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

Difference between pass by reference and pass by value?

658


how could explain about job profile

1454


What is the difference between the = symbol and == symbol?

629


How will you delete a node in DLL?

686


How can I recover the file name given an open stream or file descriptor?

598






What will the preprocessor do for a program?

592


Why is C language being considered a middle level language?

656


a value that does not change during program execution a) variabe b) argument c) parameter d) none

697


In a byte, what is the maximum decimal number that you can accommodate?

628


What does *p++ do? What does it point to?

616


What happens if a header file is included twice?

599


what is the syallabus of computer science students in group- 1?

1842


What is the use of function in c?

715


What is the symbol indicated the c-preprocessor?

696


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

672