macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / viswa
type declaration
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Why is c called "mother" language?
What is a spanning Tree?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What are the preprocessor categories?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What is a lookup table in c?
What are pointers?
How can you increase the size of a statically allocated array?
Can main () be called recursively?
What is data structure in c programming?
Why is c faster?
Is flag a keyword in c?
Write a program to reverse a given number in c?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is the size of empty structure in c?