macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / yogendrra
type declaration
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we add pointers together?
What is a dynamic array in c?
Explain goto?
Can math operations be performed on a void pointer?
Explain the difference between malloc() and calloc() in c?
What is the use of structure padding in c?
What is #include stdio h?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Is array name a pointer?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is a string?
Define recursion in c.
Explain c preprocessor?
Why we use void main in c?
Write a program to swap two numbers without using third variable?