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 does stand for?

1 Answers  


What does c mean in standard form?

1 Answers  


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

1 Answers  


related proverb of "dont count your chicken before it hatches"

1 Answers  


Explain how do you override a defined macro?

1 Answers  


What does c in a circle mean?

1 Answers  


What are valid signatures for the Main function?

1 Answers  


What is void main ()?

1 Answers  


what is pointer?

4 Answers  


how to impliment 2 or more stacks in a single dimensional array ?

1 Answers   iFlex, Microsoft,


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

1 Answers  


What is a volatile keyword in c?

1 Answers  


Categories