Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
Misc
8.8K+ articles
C++
4.3K+ articles
C++ Programs
2.4K+ articles
C Language
1.8K+ articles
CPP-Basics
102+ articles
CBSE - Class 11
102+ articles
C Basics
77+ articles
cpp-switch
8+ articles
C Decision Making
3+ articles
CPP-Control-Flow
7 posts
Recent Articles
Popular Articles
How to Utilize the goto Statement in C++?
Last Updated: 28 May 2024
The goto statement in C++ is a control flow statement that allows the users to move the control flow from one part to another part of the program. In this article, we will...
read more
C++
C-Loops & Control Structure
C++ Programs
Picked
CPP-Control-Flow
CPP Examples
misc-cpp
C++ Nested if-else Statement
Last Updated: 13 February 2025
Nested if-else statements are those statements in which there is an if statement inside another if else. We use nested if-else statements when we want to implement multila...
read more
C++
Picked
CPP-Control-Flow
Fallthrough in C++
Last Updated: 13 January 2021
Fall through is a type of error that occurs in various programming languages like C, C++, Java, Dart …etc. It occurs in switch-case statements where when we forget to add ...
read more
CPP-Basics
cpp-switch
C++
C++ Programs
CPP-Control-Flow
Jump statements in C++
Last Updated: 21 January 2025
Jump statements are used to manipulate the flow of the program if some conditions are met. It is used to terminate or continue the loop inside a program or to stop the exe...
read more
Technical Scripter
C++
CPP-Control-Flow
Technical Scripter 2020
C++ do while Loop
Last Updated: 12 December 2024
In C++, the do-while loop is an exit-controlled loop that repeatedly executes a block of code at least once and continues executing as long as a given condition remains tr...
read more
C++
CPP-Control-Flow
C++ While Loop
Last Updated: 12 December 2024
In C++, the while loop is an entry-controlled loop that repeatedly executes a block of code as long as the given condition remains true. Unlike the for loop, while loop is...
read more
C++
CPP-Control-Flow
Decision Making in C (if , if..else, Nested if, if-else-if )
Last Updated: 13 May 2025
In C, programs can choose which part of the code to execute based on some condition. This ability is called decision making and the statements used for it are called condi...
read more
C Basics
CPP-Basics
C Language
C++
CBSE - Class 11
CPP-Control-Flow
C Decision Making
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !