Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
4
Answers
what is static void main?
Dipa Ahuja
14y
4.2k
1
Reply
hi..
whenever we create console application we get the code like
static void Main(string[] args)
{
}
any one can tell me the meaning of static here? why the static key word is used? and what it mean?
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
CSharp WITH?
why the difference in C# and VB.net Code file?