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 main thread in c#?
What is Implementation inheritance and interface inheritance?
What is the data type for bit in c#?
What is the components of window?
What is toint32 c#?
What is the use of iqueryable in c#?
Does c# have functions?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
What are the 4 pillars of any object oriented programming language?
What is the relation between classes and objects?
How many dimensions can an array have?
How are methods overloaded?
Is string nullable in c#?
What issues can be faced while delivering code?
Is learning c# hard?