C# is case sensitive, what is mean by case sensitive
Answer Posted / pankaj
Case sensitive means that every charcter that is written in
in small latter is different from Capital latter
ex - a is different from A.
now in case of c#
every keyword like
1. Main() is different from main().
2.Console is different from console.
| Is This Answer Correct ? | 29 Yes | 1 No |
Post New Answer View All Answers
What is jagged array?
What is a three-tier application.
What .exe means?
Which namespaces are necessary to create a localized application?
What is the main purpose of delegates in c#?
What is the difference between a constant and a static readonly field?
What is xml serialization in c#?
Is object an int c#?
What is an Interface in C#?
What are the types of delegates in c#?
What is type system in c#?
Is string a data type in c#?
How can I get around scope problems in a try/catch?
What do you mean by for each loop?
What is the difference between selection and projection?