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
Is multithreading possible in c?
What are the two forms of #include directive?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Is c is a high level language?
What is a null string in c?
What is the scope of static variable in c?
what does static variable mean?
What is a macro, and explain how do you use it?
How can you tell whether two strings are the same?
What is gets() function?
State two uses of pointers in C?
How do I create a directory? How do I remove a directory (and its contents)?
How can you restore a redirected standard stream?
Explain how can I pad a string to a known length?
How can I make sure that my program is the only one accessing a file?