C - Files and Preprocessors Questions and Answers
Practice ModeShowing 10 of 96 questions
Q41
The default setting of enumerator starts from
Answer: Option C
Q42
What is the value of CAR in the following statement ?
enum vehicle
{BUS, SCOOTER = 2, CAR, TRAIN = 5, AEROPLANE = 6}
Answer: Option C
Q43
Identify the correct statement (s).
Answer: Option D
Q44
The qualifier const
Answer: Option B
Q45
Identify the valid constant declaration(s);
Answer: Option A
Q46
Functions may use
Answer: Option A
Q47
va_list is
Answer: Option A
Q48
Identify the macro (s) defined in stdarg.h.
Answer: Option D
Q49
Identify the trigraph sequence for #.
Answer: Option A
Q50
Identify the trigraph sequence for \.
Answer: Option A