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
The file stdio.h, what does it contain?
How can I do serial ("comm") port I/O?
What is 2c dna?
What are the types of pointers in c?
Who developed c language and when?
What is union and structure in c?
How macro execution is faster than function ?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What does it mean when a pointer is used in an if statement?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Are comments included during the compilation stage and placed in the EXE file as well?
What is echo in c programming?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
please give me some tips for the placement in the TCS.
Are negative numbers true in c?