Q41
Which of the following is the correct way to settle down values into the structure variable 'e' defined in the following C# code snippet? struct emp public String name; public int age; public Single sal; emp e = new emp();
D.
All of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board