Reserved memory location to store values is called
1 ) datatypes
2 ) constant
3 ) variable
Answers
Answer:
Begin to understand how your computer stores information and then find out how to best use those memory allocations when choosing your variables and constants.
Explanation:
Computer programs usually work with different types of data and need a way to store the values being used. These values can be numbers or characters. C has two ways of storing number values—variables and constants—with many options for each. A variable is a data storage location that has a value that can change during program execution. In contrast, a constant has a fixed value that can't change. Today you will learn:
How to store information using variables in C
Ways to efficiently store different types of numeric values
The differences and similarities between character and numeric values
How to declare and initialize variables
C's two types of numeric constants
Before you get to variables, however, you need to know a little about the operation of your computer's memory.
Variable is your answer Please mark me as brainlist .