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

how to convert binary to decimal and decimal to binary in C lanaguage

7 Answers   BPO, Far East Promotions, IBM, RBS,


What is the use of pragma in embedded c?

0 Answers  


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"

0 Answers  


wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }

3 Answers  


List some of the dynamic data structures in C?

0 Answers  






What is a program flowchart?

0 Answers  


Can I initialize unions?

0 Answers  


can we implement multi-threads in c.

0 Answers  


what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question

6 Answers  


Explain that why C is procedural?

0 Answers   Maveric, Verifone,


What are linker error?

0 Answers  


which one is better structure or union?(other than the space occupied )

2 Answers  


Categories