Concepts of Programming Languages (11th Edition)
Concepts of Programming Languages (11th Edition)
11th Edition
ISBN: 9780133943023
Author: Robert W. Sebesta
Publisher: PEARSON
Expert Solution & Answer
Book Icon
Chapter 5, Problem 2RQ

Explanation of Solution

Potential danger of case-sensitive names:

The potential danger of using case sensitive names is that one might not be able to find a name in a reference even by spelling the name correctly because we do not get the case right.

Therefore, one may not be able to find the information that one needs...

Blurred answer
Students have asked these similar questions
What benefits does referential transparency provide ?
What is the primary distinction between a user-defined identifier and a reserved word?
What are the advantages and disadvantage of dynamic keyword?