# 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 / shinu
d
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
In a byte, what is the maximum decimal number that you can accommodate?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Explain what are bus errors, memory faults, and core dumps?
What is malloc return c?
what do the 'c' and 'v' in argc and argv stand for?
What is #include stdio h and #include conio h?
Can the curly brackets { } be used to enclose a single line of code?
List the different types of c tokens?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
When should a type cast be used?
What is scope rule in c?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What are structures and unions? State differencves between them.
what is recursion in C
What is c variable?