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
Explain how can you check to see whether a symbol is defined?
What are the different data types in C?
What is the purpose of clrscr () printf () and getch ()?
What are the types of data files?
How do you use a 'Local Block'?
Why can’t constant values be used to define an array’s initial size?
What is variable and explain rules to declare variable in c?
What are the types of i/o functions?
What is the heap in c?
What is else if ladder?
What is a null string in c?
Explain how can I make sure that my program is the only one accessing a file?
Do pointers need to be initialized?
Are local variables initialized to zero by default in c?
What is the difference between a string and an array?