Which one would you prefer - 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

input any 4 digit number and find the difference of all the digits?

3 Answers   Google,


main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,


WHAT IS MEANT BY LIFE?

2 Answers  


write a c program to find the sum of five entered numbers using an array named number

0 Answers   TATA,


Write a program to generate prime factors of a given integer?

2 Answers  






What is the g value paradox?

0 Answers  


What are qualifiers?

0 Answers  


Define Spanning-Tree Protocol (STP)

0 Answers  


Write the control statements in C language

0 Answers   Atos Origin,


What is difference between far and near pointers?

0 Answers  


Can u return two values using return keyword? If yes, how? If no, why?

7 Answers  


What are the types of c language?

0 Answers  


Categories