macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / viswa
type declaration
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How would you rename a function in C?
What is the difference between exit() and _exit() function?
Explain how can you check to see whether a symbol is defined?
I need previous papers of CSC.......plz help out by posting them.......
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
How many parameters should a function have?
Explain what is wrong in this statement?
What is the g value paradox?
Are negative numbers true in c?
Define recursion in c.
How can I write a function analogous to scanf?
Define VARIABLE?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is a union?
how to count no of words,characters,lines in a paragraph.