Question:Which line has all reserved words ?
A char, int, float, doubled, short, long, unsigned, signed
B sizeof, const, typedef, static, voided, enum, struct, union
C if, else, for, while, do, switch, continue, break
D defaulted, goto, return, extern, private, public, protected
+ AnswerC
+ Report