0

are variables in c# case sensitive?

does compiler differentiates between age and Age?

10th Nov 2016, 8:17 AM
Reihaneh Daneshmand
Reihaneh Daneshmand - avatar
4 odpowiedzi
+ 4
yes. variable are case sensitive in c#.
10th Nov 2016, 8:21 AM
Harish Nandoliya
Harish Nandoliya - avatar
+ 2
Yes, once the language is case sensitive you must to be careful in all you write.
10th Nov 2016, 10:04 AM
Julio Cezar
Julio Cezar - avatar
0
yes.variables in c# are case sensitive
10th Nov 2016, 4:36 PM
shridhar
0
Yes. Many languages are, but not all (such as Pascal, Ada, Fortran, SQL)
26th Nov 2016, 1:04 PM
Jess
Jess - avatar