What are the Advantages of using macro


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

Post New Answer

More C Interview Questions

Function to find the given number is a power of 2 or not?

20 Answers   Motorola, nvidia,


Explain how can I right-justify a string?

0 Answers  


What is abstract data structure in c?

0 Answers  


How will you allocate memory to double a pointer?

1 Answers  


What is the g value paradox?

0 Answers  






Do pointers store the address of value or the actual value of a variable?

0 Answers   Fidelity,


Which command is more efficient? *(ptr+1) or ptr[1]

3 Answers  


What are types of functions?

0 Answers  


what is the difference between exit() and _exit() functions?

2 Answers  


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

0 Answers  


why we are using float in C

4 Answers  


for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


Categories