- 3

What is variables in C#?

2nd Aug 2016, 11:46 PM
Anghuswami
Anghuswami - avatar
4 Answers
+ 4
variable is just like a bucket. you can store the data according to its size and its type(int,float)
3rd Aug 2016, 3:47 AM
Code War
Code War - avatar
+ 2
A variable is any factor, trait or condition that can exist in differing amounts or types.
10th Aug 2016, 12:26 AM
willy Molloy
+ 1
Variable is a memory address that has a name like x, a data type like string, float and its value can be variable.
3rd Aug 2016, 3:04 AM
Ricardo Pucca
Ricardo Pucca - avatar
- 8
Variable is a memory address that has a name like x, a data type like string, float and its value can be variable
3rd Aug 2016, 5:47 AM
Luis Querecuto
Luis Querecuto - avatar