4
Answers

what is static void main?

Dipa Ahuja

Dipa Ahuja

14y
4.2k
1
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)