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

3 lines
200 B
Plaintext
Raw Normal View History

2018-05-05 22:18:02 +00:00
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.