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

What is f'n in math?

0 Answers  


I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?

2 Answers  


What is binary tree in c?

0 Answers  


What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }

4 Answers   CTS, Oracle,


Why should I use standard library functions instead of writing my own?

0 Answers  






What is 2c dna?

0 Answers  


c program for searching a student details among 10 student details

0 Answers  


main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output

2 Answers  


how do we remove the printed character in printf statement and write next it it

1 Answers  


What is static function in c?

0 Answers  


Categories