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
Can the size of an array be declared at runtime?
In c language can we compile a program without main() function?
How are pointers declared in c?
How can I write a function that takes a format string and a variable number of arguments?
Do string constants represent numerical values?
Why does everyone say not to use gets?
What is the size of enum in c?
What are the three constants used in c?
How a string is stored in c?
What are loops c?
Write program to remove duplicate in an array?
What is merge sort in c?
What is the advantage of c?
write a c program to find the sum of five entered numbers using an array named number
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)