macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / guest
d)type declaration
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How can you invoke another program from within a C program?
What is optimization in c?
What is the use of function overloading in C?
What is the use of getchar functions?
Tell me about low level programming languages.
Explain how can you determine the size of an allocated portion of memory?
how to find binary of number?
How would you rename a function in C?
What is a nested loop?
How many parameters should a function have?
Explain what is the difference between far and near ?
What is omp_num_threads?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
If null and 0 are equivalent as null pointer constants, which should I use?
How to define structures? ·