C Data Types 2 Questions and Answers
Practice ModeShowing 10 of 159 questions
Q31
Typedef is used to
Answer: Option B
Q32
Find the output
void main ( )
{
printf ("%d", sizeof (5, 3));
}
Answer: Option C
Q33
Which is most appropriate declaration of a floating point number ?
Answer: Option D
Q34
Which of the following creates a sequence set of integral constants ?
Answer: Option B
Q35
The smallest signed 8-bit number is
Answer: Option A
Q36
Choose the correct statement for unsigned char
Answer: Option A
Q37
'void' is an empty data type associated with
Answer: Option D
Q38
Which of the following is a valid hexadecimal integer constant ?
Answer: Option A
Q39
The rang eof enum data type
Answer: Option D
Q40
A character constant is
Answer: Option C