Question: The output from the following code is: #define max(a,b) ((a)>(b)? (a) : (b)) int n, i=5, j=7; n= max( i, j++); printf (ed, d, d,
The output from the following code is: #define max(a,b) ((a)>(b)? (a) : (b)) int n, i=5, j=7; n= max( i, j++); printf ("ed, d, d", n, i, j; A. 8, 5, 9 O B. 7.5.7 O C. 9.5, 9 O D. 7, 6,7 OE. 5, 6,3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
