Question: A C program contains the following declaration and initial assignments. int a = 8, b = 5, c, d; What would be the value of

A C program contains the following declaration and initial assignments. int a = 8, b = 5, c, d; What would be the value of c and d? Show your works in getting the result C = 4 - (a % 5) * 2; d = b -- + 3; printf(" %d ", c); printf("%d ", d)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
