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
Define C in your own Language.
What is a macro, and explain how do you use it?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What are the different categories of functions in c?
What are header files and what are its uses in C programming?
Explain about C function prototype?
What are qualifiers?
In which header file is the null macro defined?
Give differences between - new and malloc() , delete and free() ?
What is wrong in this statement?
Is javascript written in c?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
what will be the output for the following main() { printf("hi" "hello"); }
What are 'near' and 'far' pointers?
Write a program to print numbers from 1 to 100 without using loop in c?