Q. Which of the following statements is correct in C++? (A) Structure members are private by default. (B) Class members are public by default. (C) Structures can have functions as members. (D) Classes cannot have data as protected members. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Structures can have functions as members.