Computer Science, asked by singhrawinder679, 6 months ago

Which of the following is not Reserve word in C?​

Answers

Answered by Anonymous
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