engineering recuitment NIELIT Scientific Assistant Mock Test 2025 Programming and Data Structure Programming in C
Which of the following statements are true regarding 'C' language?
(i) Structure is a user-defined data type, which enables us to store a collection of different data types.
(ii) Both 'struct' and 'union' are keywords and are used to define structure and union respectively.
1
(i) only
2
neither (i) nor (ii)
3
(ii) only
4
(i) and (ii) both