Computer Science, asked by rahullakra562, 3 months ago

There are ________reserved words applicable in C​

Answers

Answered by athamadaswp
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.

Explanation:

Answered by nishantkumar162615
0

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.

Explanation:

Similar questions