Structure And Union - Study Mode
[#1] Which of the following is not allowed?
Correct Answer
(D) None of the mentioned
[#2] In the following declaration of bit-fields, the constant-expression must be . . . . . . . . struct-declarator:
declarator
type-specifier declarator opt : constant-expression
Correct Answer
(D) Nonnegative integer value
[#3] In what situation, install function returns NULL?
Correct Answer
(A) When there is no memory for adding new name
[#4] What is typedef declaration?
Correct Answer
(C) Does not create a new type, It merely adds a new name for some existing type
[#5] The size of a union is determined by the size of the . . . . . . . .
Correct Answer
(C) Biggest member in the union