Is it better to use a macro or a function?


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

Post New Answer

More C Interview Questions

Are negative numbers true in c?

0 Answers  


What is function prototype in c with example?

0 Answers  


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

0 Answers  


What is the difference between local variable and global variable in c?

0 Answers  


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

0 Answers  






What is the advantage of a random access file?

0 Answers  


Is c easy to learn?

0 Answers  


There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?

5 Answers   Microsoft, TCS,


What is the difference between struct and union in C?

1 Answers  


for(;;) printf("C language") What is out put of above??

2 Answers   Practical Viva Questions,


which is an algorithm for sorting in a growing Lexicographic order

0 Answers  


what is the syallabus of computer science students in group- 1?

0 Answers  


Categories