Wednesday 25 September 2013

What a Instance variable in struct?

Ques:- What a Instance variable in struct?

Ans:- The initial assignment state of an instance variable of a struct is the same as that of the containing struct variable. In other words, when a struct variable is considered initially assigned, so too are its instance variables, and when a struct variable is considered initially unassigned, its instance variables are likewise unassigned.

No comments:

Post a Comment