There are ________reserved words applicable 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.
Explanation:
Answered by
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