# 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
Explain what are the __date__ and __time__ preprocessor commands?
What is int main () in c?
What is the benefit of using #define to declare a constant?
Was 2000 a leap year?
cavium networks written test pattern ..
List some basic data types in c?
What is structure in c language?
Is there any data type in c with variable size?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What's the best way of making my program efficient?
Mention four important string handling functions in c languages .
What is the purpose of & in scanf?
What is data type long in c?
What is typedef example?
Explain what is a stream?