macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / subbu
answer is b
| Is This Answer Correct ? | 13 Yes | 18 No |
Post New Answer View All Answers
Does c have enums?
How many levels of pointers can you have?
Why is c still so popular?
What is an lvalue?
Explain the difference between structs and unions in c?
What is preprocessor with example?
What is the size of enum in bytes?
How can you avoid including a header more than once?
How can I convert a number to a string?
How many types of sorting are there in c?
What are formal parameters?
Explain what is wrong with this program statement? Void = 10;
What is string function in c?
How is a structure member accessed?
What is the difference between array and structure in c?