#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 47444main() {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 8275Post New GATE C Interview Questions
What is pigment?
What is instance in postgresql?
Which important factors makes off page optimization better ?
Is jar an executable?
What is lookup command?
What are the difference between CT/PT operated Meter and RRAMR Meter for HT/LT application?
Is there an eraser in word?
Why is Kotlin preferred over Java? Important benefits of kotlin?
What are shares and debentures?
What are the key benefits of reactjs development?
we are the manufacture of leather shoes, we send the shoe sample to some parties , can it we shown in RG1 Register , if shown then , where ? if not then why ?
What are your views on the performance of India Paralympics?
What are the pertinent COBOL
Why many companies are switching their current business language to php?
What is a dbrm in db2?