We provide IT Services

Register Now Click On

Read More Tutorials Click On

Post Page Advertisement [Top]

what is C# programming language.


C# is an Object oriented programming language it is developed by Microsoft. It can be simple and modern and general purpose programming language. It is used Application Development,


Syntex- 
Class Class_name 
{
Public static void main(string[]args)
{
system.console.WriteLine("Class_name,word!\n");
}
}

What is the main() function

The main() function is entry point of application

What is system.console.WriteLine().

It is display the enclosed text on the user's screen

what is the Escape charator.

Escape charator is display new line charactor and othe special char be display such as- /n /t /b

No comments:

Post a Comment

| Designed by Rockprogrammer