What is case sensitive | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is case sensitive

10th Apr 2021, 6:50 AM
likhith vathada
likhith vathada - avatar
3 Answers
+ 3
Case sensitive means if you wrote a word one with capital and the other with small you may not get same result one may work or the other won't, like passcode https://en.m.wikipedia.org/wiki/Case_sensitivity
10th Apr 2021, 6:59 AM
Ananiya Jemberu
Ananiya Jemberu - avatar
+ 2
When you declare a variable ,for example name,you can not reuse it with other typing as Name or nAme or namE.c++ is case sensitive so name with lower case is not the same as Name or NAME with upper case.
10th Apr 2021, 6:57 AM
HBhZ_C
HBhZ_C - avatar
+ 1
likhith vathada A and a both can't be same even they are same but one is small and one is in capital so it is called case sensitive. For example, your name likhith can't be equal to Likhith.
10th Apr 2021, 7:44 AM
A͢J
A͢J - avatar