What Is The Use Of Constant? What is the difference between case sensitive and incase sensitive name ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What Is The Use Of Constant? What is the difference between case sensitive and incase sensitive name ?

30th Jun 2016, 12:12 AM
Aditya Singh
Aditya Singh - avatar
6 Answers
+ 4
constant is used do define a unchanging value like PI. In case insensitive aB is equivalent to ab or AB. But in case sensitive they are different
1st Jul 2016, 8:41 AM
Midhun Mathew
+ 2
incase-sensitive means u type any string in small caps or large,, but case sensitive is restricted to type it as it has been defined already,
30th Jun 2016, 11:30 AM
Madhvendra Singh Singh
Madhvendra Singh Singh - avatar
+ 1
Constant is a variable which can't be reassigned after declaration or once it is assigned . Uses - for example you want your program to Use PI (3.14) you can make it constant and global and use it.
30th Jun 2016, 1:50 AM
Abdul Rehman Shaikh
Abdul Rehman Shaikh - avatar
+ 1
case sensetive means . example $a , $A . those 2 variables are not the same .
30th Jun 2016, 2:28 AM
tanyel
0
yeah i missed that question
30th Jun 2016, 5:40 AM
Abdul Rehman Shaikh
Abdul Rehman Shaikh - avatar
0
insensitive ab Ab are similar case sensitive they are different
12th Jul 2016, 8:25 PM
Nitin Vishwari
Nitin Vishwari - avatar