answersLogoWhite

0


Best Answer

Yes.

The upper/lower case chars are regarded as being different in C.

For example, you can have two variables, one called 'x' and the other called 'X' and the compiler will recognize them as separate variables.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

Yes, it is.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is c sharp a case sensitive language?
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.


What is one fact anout c language?

It is case-sensitive.


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

Yes they is different, C language are 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.


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

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


Example of a programming language?

C, C++, Java, C-Sharp


Is c sharp scripting language?

What is a scripting language? If you know the answer to this, then you can determine C# fits to the definition or not.


What programming language produces exe extensions?

C Sharp (C#)


In c-shape language shape stands for?

In C-Sharp (C#), the sharp stands for: ++ ++ Which would looks like a pound sign. Which indicates a sharp in musical notation. This is to pay hommage to C++ and show it's ancestry (e.g., C was the predecessor of C++)


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


Why you use C language in electronic engineering?

C is a structured language. Controlled structures used in electronic engineering can be programmed well by C. C++ and C sharp are also used sometimes.