Explain the advantages of using macro in c language?


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

Post New Answer

More C Interview Questions

Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 Answers   Mascot,


What is data type long in c?

0 Answers  


Differentiate between a structure and a union.

0 Answers   Zensar,


Is a pointer a kind of array?

0 Answers  


how we can say java is platform independent, while we require JVM for that particular Operating System?

3 Answers   Honeywell, TCS,






How do you write a program which produces its own source code as its output?

4 Answers  


Why is c still so popular?

0 Answers  


prototype of sine function.

2 Answers   Cadence,


Is that possible to add pointers to each other?

0 Answers  


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

0 Answers   Wilco,


Why are algorithms important in c program?

0 Answers  


write a program to print the all 4digits numbers & whose squares must me even numbers?

2 Answers   Virtusa,


Categories