Computer Science, asked by mahabalu33, 4 months ago

explain briefly about conditional statement in c​

Answers

Answered by purvanshsharma6
0

Answer:

In programming language c, condition construct is used when you want to run a program base on situation like suppose if you enter 1 and then you want to print programming and if you enter 2 and then you want to print programming2. in this case you use if or else construct or switch case construct

Explanation:

Similar questions