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 const keyword in c?
write a program to find out prime number using sieve case?
What is 'bus error'?
Why is c called "mother" language?
What are linked lists in c?
Define Spanning-Tree Protocol (STP)
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Who is the main contributor in designing the c language after dennis ritchie?
Are the variables argc and argv are always local to main?
What is a wrapper function in c?
What is difference between array and pointer in c?
What does #pragma once mean?
How can I find the modification date and time of a file?
What is the difference between scanf and fscanf?
explain what is a newline escape sequence?