icp/oer/courses/tutorial/sections/01-introduction/05-value2/choices

3 lines
200 B
Plaintext

5, because printf writes the latest value to the console and removes it from the variable.
*7, because printf only writes the value to the console.
5 and 7, because printf doesn't change the variable.