Sail E0 Webinar
Question
The correct way to define a variable of type struct abc among the following is?
struct abc {      public string name;     protected internal int age;     private Single sal; }
Options:
A .  abc e = new abc();
B .  abc();
C .  abc e; e = new abc;
D .  abc e = new abc;
Answer: Option A





Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers