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 / harichandana
b
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
how do you execute a c program in unix.
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What is call by value in c?
What is the use of linkage in c language?
write a program fibonacci series and palindrome program in c
I have seen function declarations that look like this
What is the difference between functions abs() and fabs()?
What is the difference between text files and binary files?
What are the types of data structures in c?
What is the value of h?
Explain what are reserved words?
What are the Advantages of using macro
Why & is used in c?
What does 1f stand for?
What is operator precedence?