questions 1. Which of the following statements are correct about Structures used in C#.NET? 1.A Structure can be declared within a procedure. 2.Structs can implement an interface but they cannot inherit from another struct. 3.struct members cannot be A. 2, 3, 5 B. 1, 2, 4 C. 1, 3 D. 2, 4 View Answer Report Answer & Explanation Answer: Option A Explanation: Report Error Send Report 2. Which of the following statements are correct? 1.A struct can contain properties. 2.A struct can contain constructors. 3.A struct can contain protected data members. 4.A struct cannot contain methods. 5.A struct cannot contain constan A. 3, 4 B. 1, 2 C. 3, 5 D. 1, 2, 4 View Answer Report Answer & Explanation Answer: Option B Explanation: Report Error Send Report