What are 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 a program flowchart and how does it help in writing a program?

0 Answers  


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

0 Answers  


What the advantages of using Unions?

0 Answers   TISL,


what is diffrence between string and character array?

1 Answers  


What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }

1 Answers  


int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?

15 Answers   Mascot,


write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?

3 Answers   Oracle,


Explain what is the difference between declaring a variable and defining a variable?

1 Answers  


What is malloc return c?

0 Answers  


What does sizeof function do?

0 Answers  


What is external variable in c?

0 Answers  


What is the mean of this statement:: if(int i=0 * i=9)

2 Answers   HCL,


Categories