Our app is now available on Google Play. Get it on Google Play

What are variables in programming?

  1. It represents data types
  2. It is the container to store values
  3. It is program
  4. None of the above

Answer: It is the container to store values


Long Answer:

Variables are the containers that stores values of specified data type. Variables generally allocates memory in computer system. A variable may or may not change at the run time (it depends on the program)