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.
What is WSDL?
What setting should be added in a configuration file to reject the particular user from accessing secured resources?
Explain how does an MDI form differ from a standard form?
Mention the two categories which distinctly classifies the variables of the C# programs.
How can we check that whether all the validation controls on the Web page are valid and proper?
Is it possible to validate a DropDownList by RequiredFieldValidator?
List the different ways to send the data across pages in the ASP.NET?
Write the difference between an interface and abstract class?
Name some of the binders which are offered by .NET Framework 4.0.
Write the name of the control that you will use to make sure which values in the two different controls match?
18,76,764
1923752 Asked
3,689
Active Tutors
1454444
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!