2
Answers

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

Photo of Hamid Khan

Hamid Khan

10y
1.6k
1
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)