Friday, 23 May 2014

What is literals and their types?

Literals are value constants assigned to variables in a program. C# supports several types of literals are

Integer literals
Real literals
Boolean literals
Single character literals
String literals
Backslash character literals

No comments:

Post a Comment

How to improve applications performance which is hosted in cloud ?

Improving the performance of an application hosted in Microsoft Azure involves a combination of optimizing your application code, leveraging...