Which of the following is not Reserve word in C?
Answers
Answered by
1
Answer:
if, else, switch, case, default – Used for decision control programming structure. break – Used with any loop OR switch case. int, float, char, double, long – These are the data types and used during variable declaration
Similar questions