C if Statement : In this video, you will learn about the if statement (including if...else and nested if..else) in C programming with the help of examples.We have seen that a C program is a set of statements which are normally executed sequentially in the order in which they appear. This happens when no options or no repetitions of certain circulations are necessary. However, in practice, we have a number of situations where we may have to change the order of execution of statements based on certain conditions, or repeat a group of statement until certain specified conditions are met. This involves a kind of decision-making to see whether a particular condition has occurred or not and then direct the computer to execute certain statements accordingly.
C language possesses such decision-making capabilities by supporting the following statements.
1. if statement
2. switch statement
3. Conditional statement
4. goto statement
These statements are popularly known as decision-making statements. Since these statements 'control' the flow of execution, they are also known as control statements.
We have already used some of these statements in the earlier examples. Here, we shall discuss their features, capabilities and applications in more detail.
Keywords: simple if statement, if statement in c, if statement, simple if statement in c, single statement in simple if, compound statement in simple if, if statement in c programming in telugu, what is if statement in c.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
✽ Tutorial: C in Telugu
✽ Topic: Simple If Statement in C
✽ Author: By Ravula Govardhan
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
▬▬▬ Timestamps: ▬▬▬▬▬▬▬▬▬▬▬
Start 00:00
Decision Making & Branching 00:38
Decision Making with If Statement 02:07
Simple If Statement 10:32
Example Program 19:19
▬▬▬ GitHub link for notes & source code: ▬▬▬▬▬▬▬▬▬▬▬
Join this channel to get access to perks:
/ @lecturesbyravulagovardhan
🌟 Silver Membership benefits:
---------------------------------------------------------
➔ Loyalty badges next to your name in comments and live chat.
➔ Custom emoji to use in comments and live chat.
➔ Photos and status updates.
➔ Early access to new videos
➔ Member shout-outs.
➔ Priority reply to comments
➔ Special videos are only for you guys.
▬▬▬ About the Channel: ▬▬▬▬▬▬▬▬▬▬▬
Our channel is about Programming Tutorials in Telugu. We cover lots of interesting stuff such as Python, Java, C, HTML & CSS, Django, etc.
Check out our channel here:
/ lecturesbyravulagovardhan
Don't forget to Subscribe!
▬▬▬ Other Recommended Videos/Playlists: ▬▬▬▬▬▬▬▬▬▬▬
CHECK OUT OUR OTHER PLAYLISTS
✔️ 1. Java Tutorial for Beginners in Telugu -
• Java Tutorial for Beginners in Telugu
✔️ 2. C language in Telugu -
• C language in Telugu
✔️ 3. C Logic Programming -
• C Logic Programming
✔️ 4. Python Projects in Telugu
• Python Projects in Telugu
✔️ 5. Learn Python in Telugu -
• Learn Python in Telugu
✔️ 6. HTML in Telugu (Tutorial for Beginners) -
• HTML in Telugu (Tutorial for Beginners)
✔️ 7. Python/Django Projects:
• Python Django Projects
✔️ 8. Tips & Tricks
• Tips & Tricks
✔️ 9. Python projects in Telugu:
• Python Projects in Telugu
✔️ 10. My SQL Basics in Telugu:
• SQL Tutorial: Learn SQL with MySQL Databas...
▬▬▬ Contact & Social: ▬▬▬▬▬▬▬▬▬▬▬
GET IN TOUCH
Contact us on [email protected]
▬▬▬ FOLLOW US ON SOCIAL ▬▬▬▬▬▬▬▬▬▬▬
Get updates or reach out to Get updates on our Social Media Profiles!
Social Media Profiles!
➤ Facebook: https://rb.gy/aarq40
➤Twitter: https://rb.gy/sraylb
➤ WhatsApp: https://rb.gy/jqt28l
➤ Instagram: https://rb.gy/md8ehj
#simpleifstatement #ifstatementinc #ifstatement #simpleifstatementinc
#controlstatements #decisionmakingstatements