What does char mean in c#?



What does char mean in c#?..

Answer / Deevesh Pratap Arun

In C#, 'char' is a data type representing a single Unicode character. It occupies 16 bits of memory and can store values from the Unicode Character Database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

what is a template?

3 Answers   Choice Solutions,


What is helper method in c#?

1 Answers  


How many types of serialization are there in c#?

1 Answers  


How can I create image pieces/sub image?

1 Answers  


What is eager and lazy loading in c#?

1 Answers  


The int maps to which C# keyword in .NET type?

1 Answers   Siebel,


What is null character in string?

1 Answers  


What's c# ?

1 Answers  


What is the meaning of int parse in c#?

1 Answers  


What is the use of GC.KeepAlive Method?

1 Answers   HCL,


What do you mean by jagged array?

1 Answers  


Define the term immutable ?

1 Answers   Siebel,


Categories