# 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
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Explain what are multibyte characters?
number of times a digit is present in a number
Explain what is the general form of a c program?
What does s c mean in text?
What’s a signal? Explain what do I use signals for?
What is #line?
Tell us the use of fflush() function in c language?
Differentiate between static and dynamic modeling.
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What are the loops in c?
Explain what are the different file extensions involved when programming in c?
Is c language still used?
Tell me about low level programming languages.
What is assignment operator?