#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 47373main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?
1 8265Post New GATE C Interview Questions
What is the difference in the web.xml and weblogic.xml ?
How to prepare a function requirement document?
What do you understand by the term network?
I am using excel and I want to print only the bottom of the worksheet. There is not an option to do this in the print dialog box. How can this be done?
What is semirigid connections?
What is bed worth rule? : Electrochemistry Corrosion
Why is Hive not suitable for OLTP systems?
What is update query?
what is difference between fiber otical cable and cat cable?
Is nosql database types?
How does qtp identify the object in the application?
wat is the channel length we r using in ic designing in current technology
Have you ever acted as a mentor to a co-worker?
How do you insert the percentage symbol in word?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..