what is the most appropriate way to write a multi-statement
macro?



what is the most appropriate way to write a multi-statement macro?..

Answer / thunder

Using '\' forward slash at the end of macro,we can able to
write a multi-statement macro's in our source code.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C Interview Questions

What are conditional operators in C?

0 Answers   Adobe,


which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}

4 Answers   TCS,


what is the coding of display the factorial of a number using array and function?

1 Answers  


Explain how can I convert a string to a number?

0 Answers  


What are the advantages of c preprocessor?

0 Answers  






Write a program to generate the first n terms in the series --- 9,11,20,31,...,82

1 Answers   Cognizant,


#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain

2 Answers  


Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


What are the different types of C instructions?

0 Answers   InterGraph,


Why double pointer is used in c?

0 Answers  


Explain modulus operator. What are the restrictions of a modulus operator?

0 Answers  


what is event driven software and what is procedural driven software?

0 Answers  


Categories