What are variables in C?
What are variables in C? a) Named storage locations b) Functions c) Constants d) Data types Answer: a) Named storage locations Explanation: Variables in C are named storage locations in memory that hold data. They are used to store information that can be used and manipulated throughout the program. Each variable in C has a […]
What are variables in C? Read More »