Answer Posted / siva koratani
#include<stdio.h>
#define begin m##a##i##n
void begin()
{
printf("Hello");
}
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What are data structures in c and how to use them?
differentiate built-in functions and user – defined functions.
What the advantages of using Unions?
What extern c means?
Explain threaded binary trees?
What is the 'named constructor idiom'?
What is abstract data structure in c?
Can we compile a program without main() function?
What is the difference between fread and fwrite function?
What are local static variables? How can you use them?
Why is %d used in c?
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
Explain what are binary trees?
What does the format %10.2 mean when included in a printf statement?
Which is an example of a structural homology?