Answer Posted / ronald
variadic macros --- C99 standard
#define MY_MACRO(...)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is typedef example?
What is a loop?
Why are algorithms important in c program?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is string length in c?
Can we access array using pointer in c language?
What is the difference between printf and scanf )?
Give differences between - new and malloc() , delete and free() ?
How can I automatically locate a programs configuration files in the same directory as the executable?
Is c still relevant?
What is the difference between %d and %i?
Explain pointer. What are function pointers in C?
What is an example of structure?
What is putchar() function?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?