What is literal control



What is literal control..

Answer / Satish Kumar Verma

A literal control represents a value or constant in C# code. Examples of literals include numbers (10), strings ("Hello"), and boolean values (true, false).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What do you mean by the delegate in c#?

1 Answers  


What is different between Boxing and Unboxing?

1 Answers  


In which situation(s), the use of "Delegate" is a good idea?

1 Answers   MCN Solutions,


What are the variables in c#?

1 Answers  


What is a console in c#?

1 Answers  


What is sorting in c#?

1 Answers  


how to store the value in textbox using delegates if we have two user control. the value will be called from one user control to another user control. Loading and unloading will be done through delegates.

1 Answers  


Why ienumerable is used in c#?

1 Answers  


Can derived classes have greater accessibility than their base types?

1 Answers  


What is foreach loop in c#?

1 Answers  


1.write a program in C# to find a given point which is inside in a circle. Given circle's radius and its center point? 2.Write a program in C# to generated 20 prime numbers greater than a given number? (It should be more efficient for large numbers also) 3. Write a Code to check whether a given point is inside a circle or not? given Circle's raduis and its center point. 4. using oops concept, design an elevator do not forget buttons on each floor..

2 Answers  


may we achieve polyphormsm through overloading a funtion?Is it right or wrong concept because i read polyphormism can be achieved through overloading?plz help me thnks

1 Answers  


Categories