Case sensitive

Why the programing language are case sensitive as is not for user friendly.

Questions by jitubaba10

Showing Answers 1 - 9 of 9 Answers

Sneha5887

  • Feb 25th, 2008
 

ASCII codes are used for program being developed, and as there's a different no. assigned for upper and lower case...programing languages are case sensitive.

  Was this answer useful?  Yes

lavanyats

  • Jul 27th, 2008
 

When a PL is case sensitive, the number of possible keywords/ variable names permissible is increased.

Also - more important reason - program readability is improved - we use caps for macros, have different naming conventions based on case sensitivity and so on.

  Was this answer useful?  Yes

ashoknaina

  • Dec 19th, 2011
 

Yes th programming language is case sensitive because of its sensitivity that means the language itself having some built in keywords that are used to define variables and data types also vary accordingly.

The main reason is the output format and the case insensitivity if any may lead to discrepancies and result in the form of garbage values or an compile time error.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions