Computer Science, asked by jasshumpal04458, 6 months ago

Which of the following is not Reserve word in C language.​

Answers

Answered by javeriakhanam2808200
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:

marked me as brainlist answer first ok

thank me

follow me

Answered by ItsNewton23
16

 \huge  \mathcal \color{darkblue} \boxed{\underline{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