Why c is called object oriented language?
No Answer is Posted For this Question
Be the First to Post Answer
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What is array in c with example?
What is putchar() function?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
How to find the usage of memory in a c program
How many types of functions are there in c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Explain what is the difference between a free-standing and a hosted environment?
Difference Between embedded software and soft ware?
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()