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 / kundan
Can anyone please explain it ????
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using linked list for tree construction?
How many loops are there in c?
Do variables need to be initialized?
What does it mean when the linker says that _end is undefined?
Why c is known as a mother language?
What are the different types of constants?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is the g value paradox?
Which is an example of a structural homology?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What are the advantages of using new operator as compared to the function malloc ()?
Is it cc or c in a letter?
What is main () in c language?
Explain low-order bytes.
write a program to find out prime number using sieve case?