Answer Posted / guest
strrev(str1,str2);
| Is This Answer Correct ? | 1 Yes | 17 No |
Post New Answer View All Answers
What is #line used for?
How many keywords (reserve words) are in c?
What does printf does?
What is difference between structure and union?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
How can I manipulate strings of multibyte characters?
Which one would you prefer - a macro or a function?
Tell me when would you use a pointer to a function?
How can you increase the size of a statically allocated array?
What are the basic data types associated with c?
Explain what is the purpose of "extern" keyword in a function declaration?
Why use int main instead of void main?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is #include stdio h?