Questioon 1.1 :
int m = (((5 % 3) * 4)) + ((() * 3) * 2);
Questioon 1.2 :
cout << total << enddl; // 9 4 then 9
Questioon 1.3 :
x = a / (33 * (a + b)) + 7 * b;
Questioon 1.4 :
x == 43 // expression
n not clear : 7 4 + 7/2 * 5 74 + 3 * 5 = 74 + 15 = 89
Questioon 2.1 :
Group C