Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
C++
4k+ articles
C++ Programs
2.5k+ articles
C Language
1.8k+ articles
CPP Examples
700+ articles
CPP-Basics
90+ articles
CBSE - Class 11
100 articles
C Basics
76 articles
C-Loops & Control Structure
22 articles
cpp-switch
8 articles
C Decision Making
3 articles
CPP-Control-Flow
7 posts
Popular Articles
Recent 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 pr
...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 wh
...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 statem
...read more
CPP-Basics
cpp-switch
C++
C++ Programs
CPP-Control-Flow
Similar Topics
C++
4k+ articles
C++ Programs
2.5k+ articles
C Language
1.8k+ articles
CPP Examples
700+ articles
CPP-Basics
90+ articles
CBSE - Class 11
100+ articles
C Basics
76+ articles
C-Loops & Control Structure
22+ articles
cpp-switch
8+ articles
C Decision Making
3+ articles
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 insi
...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
...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. Unl
...read more
C++
CPP-Control-Flow
Decision Making in C (if , if..else, Nested if, if-else-if )
Last Updated: 02 April 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 statemen
...read more
C Basics
CPP-Basics
C Language
C++
CBSE - Class 11
CPP-Control-Flow
C Decision Making
1
1
1
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 !