Answer Posted / guest
strrev(str1,str2);
| Is This Answer Correct ? | 1 Yes | 17 No |
Post New Answer View All Answers
What is the use of c language in real life?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Differentiate between the = symbol and == symbol?
Write a program for finding factorial of a number.
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What are the modifiers available in c programming language?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
When is a “switch” statement preferable over an “if” statement?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is queue in c?
What is getch?
What is #error and use of it?
Not all reserved words are written in lowercase. TRUE or FALSE?
What was noalias and what ever happened to it?
Why do we use stdio h and conio h?