why did he keep the variables in (c) the same?
Answers
Answered by
1
Answer:
In C, variables are human-readable names for the computer's memory addresses used by a running program. Variables make it easier to store, read and change the data within the computer's memory by allowing you to associate easy-to-remember labels for the memory addresses that store your program's data.
Similar questions