explain briefly about conditional statement in c
Answers
Answered by
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