Is program code case-sensitive?

Almost of program languages these day are case-sensitive . When you writing source code, if your language expect some words to be all lowercase, then you should always write all lowercase. If you write the other way, compiler or interpreter will not understand that word and resulting as error.

Read more