How is a macro different from a function?


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

Post New Answer

More C Interview Questions

List some of the static data structures in C?

0 Answers  


Predict the output or error(s) for the following: 25. main() { printf("%p",main); }

3 Answers   Google, ME,


Explain what is the general form of a c program?

0 Answers  


What are run-time errors?

0 Answers  


Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.

11 Answers   Microsoft,






What is a wrapper function in c?

0 Answers  


What is pragma in c?

0 Answers  


what is the maximum limit of row and column of a matrix in c programming. in linux .

4 Answers   NIIT,


write a c program to print "Welcome" without using semicolon in the whole program ??

15 Answers   Infosys, TCS,


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

2 Answers  


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }

4 Answers   CMC, TCS,


Categories