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

what is linkage error when it occurs in c program

3 Answers  


how to implement stack work as a queue?

2 Answers  


How can we open a file in Binary mode and Text mode?what is the difference?

1 Answers   PanTerra,


Can you please explain the difference between malloc() and calloc() function?

0 Answers  


biggest of two no's with out using if condition statement

8 Answers  






Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

0 Answers   Huawei,


Is flag a keyword in c?

0 Answers  


Is that possible to store 32768 in an int data type variable?

0 Answers  


What are the preprocessors?

9 Answers   HP,


main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }

4 Answers  


Explain what is gets() function?

0 Answers  


int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?

6 Answers   TCS,


Categories