What are variables
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Jatin Singh 6 years, 4 months ago
- 1 answers
Related Questions
Posted by Catherine Tympuiñ 4 months, 1 week ago
- 1 answers
Posted by Jaysundar Vc 5 months, 1 week ago
- 0 answers
Posted by Manasvi Bhutada 5 months ago
- 1 answers
Posted by Catherine Tympuiñ 4 months, 1 week ago
- 0 answers
Posted by Sameeha _ 3 months, 4 weeks ago
- 0 answers
Posted by Sanchi Kohati 4 months, 1 week ago
- 0 answers
Posted by S A 4 months, 2 weeks ago
- 0 answers
Posted by Payal Kumari 8 months, 1 week ago
- 0 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 6 years, 4 months 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