Which, if any, of the following C statements contain variables whose values are replaced?
a) scanf ("%d%d%d%d%d", &b, &c, &d, &e, &f);
b) p = i + j + k + 7;
c) printf ("Values are replaced");
d) printf ("a = 5");
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.