Why is programming case sensitive?

From the point of view of the language syntax, you can force certain identifiers to start with a lower or upper case (for instance Java class name). That makes parsing easier, and hence helps keeping the syntax clean.11 Kas 2011

Sizin İçin Seçtik  How do you do case-insensitive string comparison in C++?

Leave a Reply

Your email address will not be published. Required fields are marked *

Why is programming case-sensitive?

From the point of view of the language syntax, you can force certain identifiers to start with a lower or upper case (for instance Java class name). That makes parsing easier, and hence helps keeping the syntax clean.

Sizin İçin Seçtik  How do you check if two strings are exactly the same?

Leave a Reply

Your email address will not be published. Required fields are marked *