Dipa Ahuja

Dipa Ahuja

  • NA
  • 3.3k
  • 705.9k

what is static void main?

Jul 17 2010 11:16 AM
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?

Answers (4)