Which of the following language differ the case of alphabets?
C language differ the case of alphabets.
C is a general-purpose, imperative computer programming language, supporting structured programming, lexical variable scope and recursion, while a static type system prevents many unintended operations.
Letter case is the distinction between the letters that are in larger upper case and smaller lower case in the written representation of certain languages.
C is a case sensitive language, all keywords must be written in lowercase. A case-sensitive program that expects to enter all commands in uppercase will not respond correctly if it enter one or more characters in lowercase.