Which statement(s) about language "C" is/are correct?
(i) In 'C', 'union' allows different types of data to be stored in the same memory location.
(ii) A 'union' in 'C' can have multiple members but only one member can have a value at any one time.
(iii) The word 'union' is an operator in the 'C' language.
1
Only (iii)
2
Only (i) and (ii)
3
Only (ii) and (iii)
4
Only (i) and (iii)