What is decision making or conditional statement and it's types with examples in c++?
Introduction
Sometimes in programming, we need to run the block of the code if some condition is true and this is achieved by the decision-making statement or conditional statement.
What is a decision-making or conditional statement?
The decision-mak...
kartikgiri.hashnode.dev2 min read