Which of the following statement(s) is/are correct regarding 'C' language?
(i) 'Union' in 'C' allows to store different types of data at the same memory location.
(ii) 'Union' in 'C' can have many members but only one member can have a value at a time.
(iii) The word 'union' is an operator in 'C' language.
1
(iii) only
2
(i) and (ii) only
3
(ii) and (iii) only
4
(i) and (iii) only