Literals used in C sharp
Write the different types of literals used in C #?
Expert
Different types of literals used in C# are:
1. String literals : It refers to a string literals, that can be of two types in C#:
2. The regular string literal comprises of zero or more characters enclosed in the double quotes, like "hello".
3. Verbatim string literal comprises of a @ character followed by the double-quote character, like @"hello".
4. Integer literals – It refers to the literals which are used to write values of the types int, long, uint and ulong.
5. Real literals – It refers to the literals which are used to write the values of types decimal , float and double.
6. Character literals: It represents the single character which generally consists of the character in quotes like 'a'.
7. Boolean literals – It refers to a True and False literals which map to the true and the false states, respectively.
8. The Null literal – It symbolize a null-type.
Explain the term multilingual Web site?
Write the two properties of the GridView control which have to be specified to turn on paging and sorting?
In what way we can alter height of the combo box drop-down list?
State the values that can be allocated to the DialogResult property of the Button control?
Explain different implementations of the LINQ?
Write name of the class which can be used for converting the data types?
Describe the role of the JIT compiler in .NET Framework?
Name the root namespace which is used for fundamental types in .NET Framework?
List the usages of the Command object in ADO.NET?
Write down the classes which derive from the abstract System.Windows.Shapes.Shape class in the WPF?
18,76,764
1935633 Asked
3,689
Active Tutors
1417801
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!