C++ control constructs based questions and answers

Describe Selection – if and switch using C++ - if is decision making control and its general for is:...
Explain Loops – While loop, Do-while loop, for loop - Loops are used to carry out certain instruction(s) in continuation for a fixed no of times.....