Explain the advantages and disadvantages of macros.


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

Post New Answer

More C Interview Questions

Is fortran faster than c?

0 Answers  


Why the use of alloca() is discouraged?

2 Answers   Oracle,


What does the c in ctime mean?

0 Answers  


what is the difference between const volatile int i & volatile const int j;

2 Answers   HCL,


How can I run c program?

0 Answers  






main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.

1 Answers  


what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 Answers  


what is the function of .h in #include<stdio.h> in c ?

23 Answers   HCL, IBM, Wipro,


What is the difference between fread buffer() and fwrite buffer()?

0 Answers  


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

0 Answers  


What is a lookup table in c?

0 Answers  


Categories