macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / sneha kumari
d.type declaration
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is union and structure in c?
Why double pointer is used in c?
Why header files are used?
What is scanf_s in c?
What are dangling pointers? How are dangling pointers different from memory leaks?
What does c value mean?
What is the use of structure padding in c?
Is void a keyword in c?
Explain union. What are its advantages?
What are operators in c?
What are the advantages and disadvantages of c language?
What are structure types in C?
Explain how can a program be made to print the name of a source file where an error occurs?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
what do you mean by enumeration constant?