When the macros gets expanded?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%

4 Answers  


What does 3 mean in texting?

0 Answers  


write a program wch produces its own source code aas its output?

1 Answers   IonIdea,


Describe explain how arrays can be passed to a user defined function

0 Answers  


What are pointers really good for, anyway?

0 Answers  






How the processor registers can be used in C ?

7 Answers   HP,


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

0 Answers  


What are integer variable, floating-point variable and character variable?

0 Answers  


Which is an example of a structural homology?

0 Answers  


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

0 Answers   Subex,


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 ].

0 Answers  


Differentiate between the expression “++a” and “a++”?

0 Answers  


Categories