2
Answers

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

Hamid Khan

Hamid Khan

7y
1.1k
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)