Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


C# is case sensitive, what is mean by case sensitive

Answers were Sorted based on User's Feedback



C# is case sensitive, what is mean by case sensitive..

Answer / 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

C# is case sensitive, what is mean by case sensitive..

Answer / kishoreg

The First thing that we need to aware is C# is case-
sensitive.If you are used to program using either c,c++
then definitely you might have come across the case-
sensitive nature.
Small Example to case[i.e, either UPPER or lower]
sensitive .
We used to define Main as
static void Main()
{
....
}
but instead if you write the [M]ain as [m]ain then it will
give you error becoz both are different identifier.

This is what case-sensitive.Most of the time VS-IDE will to
your rescue if you gone wrong somewhere with the c# syntax.
Hope it is helpful.

Is This Answer Correct ?    21 Yes 3 No

C# is case sensitive, what is mean by case sensitive..

Answer / rajkamal

Case Sensitive means treating/Allowing/Considering Upper
Case Letters as Different as Lower Case vise versa.

Is This Answer Correct ?    8 Yes 2 No

Post New Answer

More C Sharp Interview Questions

What is list array in c#?

0 Answers  


What is deadlock in c#?

0 Answers  


What is singleordefault?

0 Answers  


What is default value of decimal c#?

0 Answers  


Is array a list?

0 Answers  


How does aspect oriented programming work?

0 Answers  


Is c# good for games?

0 Answers  


What is an assembly in .net?

0 Answers  


Define multicast c# delegate?

0 Answers  


Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?

0 Answers   Siebel,


Is static class thread safe in c#?

0 Answers  


Can we inherit static class in c#?

0 Answers  


Categories