3 lines
200 B
Plaintext
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.
|