Q. Which of the below statements is incorrect in case of union?
β
Correct Answer: (C)
Union stores methods too
Explanation: Unions in C is a data structure which store data types but not the methods.