# define prod(a,b)=a*b
main()
{
int x=2;
int y=3;
printf("%d",prod(x+2,y-10)); }
the output of the program is
a.8
b.6
c.7
d.none
Answer Posted / mannucse
d
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
while initialization of array why we use a[][2] why not a[2][]...?
What is the best style for code layout in c?
How is a structure member accessed?
differentiate built-in functions and user – defined functions.
Explain what is the difference between #include and #include 'file' ?
How can I open a file so that other programs can update it at the same time?
What is the use of function overloading in C?
Subtract Two Number Without Using Subtraction Operator
What is the newline escape sequence?
Why is c called a mid-level programming language?
What is call by value in c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is nested structure?
Explain what are global variables and explain how do you declare them?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area