# 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 / sivasyam
with out using conditional opraters and conditional
statments(i.e &,| etc, and if,whileand etc.,) find the
bigeesst value between two values
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between #include and #include 'file' ?
Why is c not oop?
What are c preprocessors?
Explain how can I manipulate strings of multibyte characters?
What is union and structure?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What is the difference between struct and typedef struct in c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is include directive in c?
What is the argument of a function in c?
FILE PROGRAMMING
What is pointer in c?
Can you apply link and association interchangeably?
What is difference between stdio h and conio h?
What is the use of a ‘ ’ character?