How macro execution is faster than function ?


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

Post New Answer

More C Interview Questions

Why is malloc used?

1 Answers  


What is the size of array float a(10)?

0 Answers  


write a program to print largest number of each row of a 2D array

0 Answers  


What is %lu in c?

0 Answers  


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

0 Answers  






Process by which one bit pattern in to another by bit wise operation is?

0 Answers   InterGraph,


What will the preprocessor do for a program?

0 Answers   Aspire, Infogain,


main() { int a; a=++100; printf("%d",a); getch(); }

4 Answers  


What is floating point constants?

0 Answers  


what is a stack

3 Answers  


Is c++ based on c?

0 Answers  


f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error

4 Answers   HCL,


Categories