Discussion :: Structures
-
Which of the following is the correct way of setting values into the structure variable e defined below?
struct Emp { public String name; public int age; public Single sal; } Emp e = new Emp();
A.
|
B.
|
C.
|
D.
|
E.
|
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment