Q. Which of the following is true about C++ structures?
β
Correct Answer: (C)
They can have both data members and member functions
Explanation: C++ structures can have both data members and member functions, similar to classes.