macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / hemalatha g.j.
d.type declaration
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
Do you know the use of fflush() function?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
Explain what is the most efficient way to store flag values?
Why clrscr is used after variable declaration?
What is size of union in c?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is openmp in c?
Can we assign string to char pointer?
Is javascript written in c?
C program to find all possible outcomes of a dice?
Why do some versions of toupper act strangely if given an upper-case letter?
pierrot's divisor program using c or c++ code
What is the use of define in c?
Explain the Difference between the New and Malloc keyword.