what is output?
main()
{
#define SQR(x) x++ * ++x
int i = 3;
printf("
%d %d
",SQR(i),i * SQR(i));
}
a)9 27
b)35 60
c)20 60
d)15 175
Answer Posted / aspirant
c
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a null pointer in c?
What are c identifiers?
What is union and structure?
Define macros.
Explain continue keyword in c
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
How can I split up a string into whitespace-separated fields?
Write programs for String Reversal & Palindrome check
How do you determine whether to use a stream function or a low-level function?
Which is best linux os?
How do you print an address?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Can we compile a program without main() function?
Disadvantages of C language.
Explain the binary height balanced tree?