Computer Science, asked by PragyaTbia, 1 year ago

C Language is case sensitive? State whether the statement is True (or) False And Justify it

Answers

Answered by sadhya15
23
it is true


thanks......
Answered by smartbrainz
20

C Language is case sensitive. The statement is True.  

Explanation:

The C language is considered to be case sensitive. This explains that the uppercase and lowercase letters are considered to be dissimilar.

For instance, a variable entitled has age is different from Age and even it will be different from AGE. However, a number of compilers permit the user to turn case sensitivity mode off. Thus, the statement mentioned is true.

Similar questions