2
Answers

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

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)