which of the following is not reserve word in c language? A. for B. goto C. switch D. doo
Answers
Answered by
14
Which of the following is not a Reserve word in C language?
Given options,
for
go to
switch
doo
Here, doo is not a reserve keyword in C language.
- There are a total of 32 keywords in C language.
- The C programming language was developed by Dennis Ritchie.
- It is a procedural oriented programming language.
- It is one of the most widely used programming language.
Similar questions