Answer Posted / g.j.hemalatha
f(x) is an identifier.No constants is defined in the macro
definition.So the answer is a garbage value.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
writ a program to compare using strcmp VIVA and viva with its output.
Can an array be an Ivalue?
What is the difference between abs() and fabs() functions?
Explain what does the function toupper() do?
Is flag a keyword in c?
What are the various types of control structures in programming?
Why c is called procedure oriented language?
How do we declare variables in c?
What is a stream?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Calculate 1*2*3*____*n using recursive function??
Does sprintf put null character?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Difference between strcpy() and memcpy() function?
How do I swap bytes?