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 / anil patil

b) 35 60

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of bit fieild.

706


What is sizeof array in c?

588


What is the use of clrscr?

589


the question is that what you have been doing all these periods (one year gap)

1614


Explain function?

659






What is meant by preprocessor in c?

526


What is calloc in c?

654


How are strings stored in c?

588


What is the correct declaration of main?

675


What are header files in c?

614


What is omp_num_threads?

575


cavium networks written test pattern ..

3590


Why is C language being considered a middle level language?

652


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

660


Can a pointer be static?

615