macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / leo
a
| Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
What is the difference between a free-standing and a hosted environment?
What do you mean by dynamic memory allocation in c?
What header files do I need in order to define the standard library functions I use?
How many bytes are occupied by near, far and huge pointers (dos)?
Tell me what is null pointer in c?
What is the most efficient way to store flag values?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
What is openmp in c?
Explain the priority queues?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
How can I recover the file name given an open stream?
What is pragma c?
What is difference between %d and %i in c?
Why is not a pointer null after calling free?
Write a C program to count the number of email on text