Will Macros support multiple arguments ?

Answer Posted / phani kumar satpathi

yes they will support multiple arguements

they are the short forms for activate some internal
functions

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of function toupper() with and example code?

655


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

713


What is include directive in c?

646


What are the storage classes in C?

625


What is function and its example?

628






What is a loop?

556


Why is void main used?

621


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

676


What is the auto keyword good for?

629


What is pointer to pointer in c with example?

549


Does free set pointer to null?

565


List the different types of c tokens?

629


How will you delete a node in DLL?

686


What is keyword with example?

642


How can this be legal c?

654