Q. Which is not a valid keyword in C language?
β
Correct Answer: (C)
do-while
Explanation: do-while is not a valid keyword in the C programming language. It's a control statement. 'do' and 'while' are the separate keywords. The rest of all 'for', 'while', and 'switch' are the valid keywords in C.