answersLogoWhite

0

Case-sensitivity greatly increases the number of tokens used to represent the language. As an example, escape sequences typically use an escape character (such as '\') followed by a single letter to denote a token. This would mean there'd be a maximum of just 26 escape sequence tokens. By using a mixture of upper and lower case letters, you double the number of available tokens.

In C++, the casing helps us distinguish between a built-in name (all lowercase), a user-defined name (a leading capital) and a macro symbol (all uppercase):

return (a built-in name)

Return (a user-defined name)

RETURN (a macro symbol)

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What kind of programming language is Halide?

There are many different programming languages available on the market. The programming language 'Halide' is a relatively new language on the market that was created to make programming easier.


Why is the programming language Haskell recommended?

The programming language Haskell is recommended because it is a product of many years of research. It is a very advanced and functional programming language.


What are the Examples of portable programming language?

Many programming languages allow programs to be portable from one kind of computer to another, including* the C programming language* Pascal* Forth* C++* Java* Pythonand many others. Yes, the C programming language was designed to encourage machine-independent programming.The C programming language is portable to more CPUs than any other programming language.


Is sql language is case sensitive?

AnswerNo, SQL is not defined as case-sensitive in the standards.However, certain implementations of SQL may be case sensitive, in certain scenarios. Notably, MySQL on a Linux or Unix server is most likely case sensitive in regards to table names. Also, some collations (string storage formats) are case sensitive. Finally, column and table names may be case sensitive within a query on some SQL servers (i.e. "select * from USER where user.name = 'test'" might result in an error). When it doubt, check the manuals for the server you are using.


How many programming language in the world?

6000


Why program in c language?

It is the most common programming language, but of course there are many others. It is one of the easiest computer programming.


What is advangate of c language?

A popular programming language, available on many platforms.


Why do we need so many programming languages?

No one language is perfect, so we have had to create many programming languages for specific purposes.


Is it possible to use arrays when using the java programming language?

It is possible to use arrays when employing java programming language. There are many different series of programming choice that can be employed with various end results.


How to learn programming language?

there are many free practice coding platforms


Why do you need another programming language?

We have many programming languages because no one language is perfect. Some are very good at some very specific things, but are horrible for others. When we are presented with a problem, we have a large set of programming languages in which to find an appropriate language to use.


What is PERL acronym for?

Practical Extraction and Report Language. It is a programming language used by websites and many other things.