Will Macros support multiple arguments ?

Answer Posted / ronald

variadic macros --- C99 standard

#define MY_MACRO(...)

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is const keyword in c?

925


write a program to find out prime number using sieve case?

1832


What is 'bus error'?

839


Why is c called "mother" language?

1040


What are linked lists in c?

826






Define Spanning-Tree Protocol (STP)

852


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15413


Who is the main contributor in designing the c language after dennis ritchie?

749


Are the variables argc and argv are always local to main?

765


What is a wrapper function in c?

812


What is difference between array and pointer in c?

739


What does #pragma once mean?

892


How can I find the modification date and time of a file?

789


What is the difference between scanf and fscanf?

850


explain what is a newline escape sequence?

853