macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / prakash.m
hypochecking
| Is This Answer Correct ? | 97 Yes | 17 No |
Post New Answer View All Answers
What are the 5 types of inheritance in c ++?
Is it valid to address one element beyond the end of an array?
explain what is fifo?
Can we compile a program without main() function?
What are the different types of pointers used in c language?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What are the scope of static variables?
Explain what is a stream?
Differentiate between #include<...> and #include '...'
What is the advantage of an array over individual variables?
What does p mean in physics?
What is the use of printf() and scanf() functions?
How do you use a pointer to a function?
Explain is it valid to address one element beyond the end of an array?