21. #define square(x) x*x
main()
{
int i;
i = 64/square(4);
printf("%d",i);
}
Answer Posted / rocker1198
Its 64/(4*4)
ans is 4
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Define macros.
Explain what is wrong with this program statement? Void = 10;
Can main () be called recursively?
#include
Difference between Shallow copy and Deep copy?
What is the difference between union and structure in c?
Explain how do you determine the length of a string value that was stored in a variable?
Stimulate calculator using Switch-case-default statement for two numbers
What is #ifdef ? What is its application?
Why & is used in c?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Explain how can I convert a number to a string?
What is the difference between array and linked list in c?
Why structure is used in c?