A
ad
When we declare a string, not giving it a value, the value of a string is
null like:
string myString;
When we declare a int like:
int myInt;
What is the value of myInt?
null like:
string myString;
When we declare a int like:
int myInt;
What is the value of myInt?