2
Reply

If we create any static variable then where it is storage.

Hamid Khan

Hamid Khan

Dec 26 2014 2:26 AM
1.1k
If we create any static variable then where it is storage.
eg
 static int a=10;
static bool b=false; 
static  string name="Hamid";
 

Answers (2)