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  Can you use == to compare strings 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  What is std::string :: NPOS?

Leave a Reply

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