# 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 / hussain reddy
d
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is adt in c programming?
Why malloc is faster than calloc?
List the different types of c tokens?
What are header files why are they important?
If errno contains a nonzero number, is there an error?
Why do we need a structure?
What functions are used for dynamic memory allocation in c language?
What does p mean in physics?
What is this pointer in c plus plus?
Who invented b language?
What is the difference between constant pointer and constant variable?
What are file streams?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
How can I make sure that my program is the only one accessing a file?
How can variables be characterized?