answersLogoWhite

0

How about c and c plus plus are they case sensitive?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

Yes. C and C++ are case sensitive, although, depending on implementation, external symbols might not be case sensitive.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How about c and c plus plus are they case sensitive?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is “C language” case sensitive programminIs “C language” case sensitive programming language If yes why and if no whyg language If yes why and if no why?

C is case sensitive, which means that, for example, $var and $VAR are not the same variable.


Is it possible to declare a keyword as an identifier in c plus plus?

No. Keywords are reserved and cannot be used as identifiers. However, C/C++ is case-sensitive. So although register is a reserved keyword, Register is not.


What is one fact anout c language?

It is case-sensitive.


Whether HTML is case sensitive or C?

HTML is not case-sensitive, while C is a case-sensitive language. In HTML, the tags, attributes, and values can be written in uppercase or lowercase letters, and it will still be interpreted the same way by the web browser. For example, the "p" tag can be written as or , and both will be interpreted as paragraph tags. On the other hand, C is a case-sensitive language, which means that the identifiers such as variables, function names, and keywords must be written in the correct case. For example, "main" is different from "Main" and "MAIN" in C. It's important to keep in mind the case sensitivity rules while coding in these languages to avoid syntax errors or unexpected behavior.


Is the identifiers 'name' and 'NAME' different in c?

Yes they is different, C language are case-sensitive.


What is the password for the US pikachu c-gear?

"PikachuCGear" (case-sensitive)


What is the basic syntax of C?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C


Is xml case sensitive?

Yes xml is case sensitive, this includes enumerations which are also case sensitive.


What is the function of visual c plus plus switch condition?

The switch / case statement.


What is x squared plus 20x plus c?

The value of such an expression depends on the values assigned to the variables, in this case, x and c.


What is the secritycode for 5 case -sensitive characters 13 case -sensitive characters 10 hexadecimal 0-9 a-f case -sensitive characters 26 hexadecimal0-9 a-f case -sensitive characters?

asfasf


Which case is case sensitive upper case or lower case?

Both. "Case sensitive" means that upper case and lower case characters are treated as different characters.