# 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
how to find binary of number?
What is the full form of getch?
How can this be legal c?
What functions are used for dynamic memory allocation in c language?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Write a program to check armstrong number in c?
how should functions be apportioned among source files?
Why is structure important for a child?
Find MAXIMUM of three distinct integers using a single C statement
What is difference between array and pointer in c?
What is the use of function overloading in C?
What are the two types of structure?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is pass by value in c?