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 about the Native Image Generator?
Write down some of the layout Panels of WPF?
Briefly explain about identifier.
Differentiate between the ASP.NET session and a ASP session?
Which method is used to kill explicitly the users session?
Define the function of a ViewState property?
State the use of a .disco file?
State the major difference between the sub-procedure and function?
Write down a short note on the brief history of WPF?
What do you understand by the garbage collection? Explain the difference between garbage collections in .NET 4.0 and its earlier versions.
18,76,764
1946213 Asked
3,689
Active Tutors
1450653
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!