Answer:
Default value of string is Null and integer is 0.
If we do not assign any value at the time of declaration of string and integer variables then by-default string variables be assigned as Null and integer variables be assigned as 0 at run-time.
Asked In: Many Interviews |
Alert Moderator