Answer Posted / ronald
variadic macros --- C99 standard
#define MY_MACRO(...)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When should we use pointers in a c program?
Why doesnt the call scanf work?
What does struct node * mean?
Explain is it valid to address one element beyond the end of an array?
What is the purpose of type declarations?
Can the curly brackets { } be used to enclose a single line of code?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
How do you view the path?
How are strings stored in c?
What is adt in c programming?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is structure and union in c?
Why is structure important for a child?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Do array subscripts always start with zero?