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

What is a program flowchart?

596


Can you tell me how to check whether a linked list is circular?

755


How do we print only part of a string in c?

579


What is the purpose of 'register' keyword in c language?

619


Explain do array subscripts always start with zero?

751






Write a program to check prime number in c programming?

586


What is the use of ?: Operator?

660


What is the argument of a function in c?

567


How do you define a function?

577


What is string function in c?

529


Can static variables be declared in a header file?

607


What are terms in math?

577


What is the right way to use errno?

613


What is the size of enum in c?

612


What are the different data types in C?

720