What are variables
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Jatin Singh 7 years, 1 month ago
- 1 answers
Related Questions
Posted by M.Sameeha _ 1 year, 1 month ago
- 0 answers
Posted by Catherine Tympuiñ 1 year, 1 month ago
- 1 answers
Posted by Manasvi Bhutada 1 year, 2 months ago
- 1 answers
Posted by Vanshika Prajapati 1 year, 6 months ago
- 1 answers
Posted by Jeevesh Jeevesh 1 year, 2 months ago
- 1 answers
Posted by Payal Kumari 1 year, 5 months ago
- 0 answers
Posted by Catherine Tympuiñ 1 year, 1 month ago
- 0 answers
Posted by Rupesh Rupesh 1 year, 6 months ago
- 2 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Suhail Hussain 7 years, 1 month ago
Variable is a name assigned to a memory location to store the data. The data that a variable can store depends on data type for example x=20,y=20.5 , z='hello'. Here x y and z are name of three variables all of them are holding different data depending of their type e.g x is holding integer type data y is holding float type and z is holding string data. Basically all this data is stored in the memory and it is accessed by its name called variables. We can also say variable is a refrence to a memory location where the data js stored and we can easily access the data from memory using these variables.
0Thank You