C++ FOR BEGINNERS (2020) - What is while loop, What is infinite loop PROGRAMMING TUTORIAL

CodeBeauty
CodeBeauty
42.9 هزار بار بازدید - 4 سال پیش - Iteration (looping) is a process
Iteration (looping) is a process where a set of instructions are repeated for a specified number of times or until a certain condition is met.
In while loop, the condition is evaluated first and if it results as true then the statements inside while loop are executed, this happens repeatedly until the condition results as false. When the condition results as false, the control comes out of the loop and goes to the next statement in the program after while loop.
In this video, I'm explaining how is while loop used and what is an infinite loop and how to prevent your program from entering in an infinite loop.

📚 Learn how to solve problems and build projects with these Free E-Books ⬇️
C++ Lambdas e-book - free download here: https://bit.ly/freeCppE-Book
Entire Object-Pascal step-by-step guide - free download here: https://bit.ly/FreeObjectPascalEbook

🚀📈💻🔥 My Practical Programming Course: https://www.codebeautyacademy.com/
Experience the power of practical learning, gain career-ready skills, and start building real applications!
This is a step-by-step course designed to take you from beginner to expert in no time!
💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
Use it quickly, because it will be available for a limited time.

Download Visual Assist here:  https://bit.ly/WT-CB
I use it to enhance the performance, features, and support for C, C#, and C++ development in Visual Studio.
Download Ultra Edit here: https://bit.ly/UE_CB
It is a powerful, secure text editor designed specifically for programmers.

☕ If you've found my content helpful and would like to support me, you now have the option to buy me a coffee or a cookie! It's a small gesture of gratitude that means a lot to me and helps me keep creating free educational videos for you. You can use the link below to make a contribution: https://bit.ly/CodeBeauty_BuyMeACoffee
However, please don't feel obligated to do so. I appreciate every one of you, and I will continue to share valuable content with you regardless of whether you choose to support me in this way. Thank you for being part of the Code Beauty community! ❤️😇

Follow me on other platforms:
Instagram 📸 - Instagram: TrueCodeBeauty
Twitter 🐦- Twitter: TrueCodeBeauty

******CODE IS IN THE COMMENTS******
4 سال پیش در تاریخ 1399/02/22 منتشر شده است.
42,998 بـار بازدید شده
... بیشتر