Identify wrong C Keywords below.
A) auto, double, int, struct
B) break, else, long, switch
C) case, enum, register, typedef
D) char, extern, intern, return
Answers
Answered by
0
The wrong C Keywords given below is (D) char, extern, intern, return.
Explanation:
- Option D is the answer because intern is not a keyword.
- there are 32 keywords in C.
- Basically, the C program keywords are auto, break, case, char, const, double, else, float, int, long, short, struct, switch, unsigned, continue, for, void, signed, default, enum, goto, register, sizeof, typedef, volatile, do, extern, if, return, static, while, union.
Similar questions