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

Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1807


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1382


can we have joblib in a proc ?

1920


What is the collection of communication lines and routers called?

834


What is the importance of c in your views?

799


What is calloc() function?

851


What are the primitive data types in c?

762


What are different types of variables in c?

760


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

863


How can I change the size of the dynamically allocated array?

877


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

836


how do you execute a c program in unix.

851


Is fortran still used in 2018?

791


What is identifiers in c with examples?

868


How to explain the final year project as a fresher please answer with sample project

709