volume_mute

Programming languages that differentiate between name based on upper and lower case letters are called

publish date2022/06/03 02:23:00 GMT+10

volume_mute

Correct Answer

case sensitive

Explanation

Java, C++, C# are all case sensitive programming language where a variable called Rose with upper case R, is not the same as variable rose (all lower case)

Reference

Concepts of Programming languages, 10th ed


Quizzes you can take where this question appears