Q:

Identify wrong C Keywords below.

-1

Identify wrong C Keywords below.

A) 

static, while, break, goto

B) 

struct, construct, signed, unsigned

C) 

short, long, if, else

D) 

return, enum, struct, do

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

answer is B

Explanation:

construct is not a keyword.

All 32 Keywords are given for reference. auto, break, case, char, const, continue, default, do, double, else, enum, extern, float, for, goto, if, int, long, register, return, short, signed, sizeof, static, struct, switch, typedef, union, unsigned, void, volatile, while.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C programming MCQ from basics to professional

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Find a correct C Keyword below.... >>
<< Identify wrong C Keywords below....