Question: Question 2 What is the expected output from the statements below? SI int x, y, x = (4*2) + (10/2) - 2; y = x
Question 2 What is the expected output from the statements below? SI int x, y, x = (4*2) + (10/2) - 2; y = x + 2; printf("x = %d, y = %d", x, y); D A x = 18, y = 20 B x= 11, y = 13 E x= 10, y = 15 KUN (D X = 22, y = 24
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
