Showing posts with label if-else ladder. Show all posts
Showing posts with label if-else ladder. Show all posts

Tutorial on conditional statement in C and C++

conditional statement
In the previous sections, you have learnt about data type and the first program in C and C++ with visual studio. In this section, you will learn an important term which is necessary not only in C and C++ but also any other programming languages named conditional statement. It will help you to make the program so professional.