# 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 the advantage of using #define to declare a constant?
What is the mean of function?
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
how logic is used
what will be maximum number of comparisons when number of elements are given?
What are control structures? What are the different types?
Difference between Function to pointer and pointer to function
Where are some collections of useful code fragments and examples?
Explain about the functions strcat() and strcmp()?
The file stdio.h, what does it contain?
Why doesn't C support function overloading?
When a c file is executed there are many files that are automatically opened what are they files?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is mean by data types in c?
Where is c used?