why we use variable in c program
Answers
Answered by
0
Answer:
hope it helps
Explanation:
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