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
How can I read data from data files with particular formats?
What is the use of putchar function?
Difference between Shallow copy and Deep copy?
What does stand for?
Explain why can’t constant values be used to define an array’s initial size?
How many keywords (reserve words) are in c?
Explain what is the difference between functions getch() and getche()?
What is use of bit field?
What is static volatile in c?
What is file in c language?
Explain what are linked list?
Explain the use of #pragma exit?
How do you do dynamic memory allocation in C applications?
What is call by reference in functions?
What is the best way to store flag values in a program?