Hello everyone, Welcome to LearnToCode, where everybody can code. This is my sixth video on the introduction of computer programming. In this video, I have explained in brief, the Control Statements or Control Structure in C Programming language by using whiteboard animation. Below are some of the important points from the video which you may note down for your future reference: - • Control Structure is used to controls the execution flow of the program. • Types of Control structure or Control Statement in C: - Decision-Making Statements: o Decision-Making statements include Simple if Statement, if-else Statement, Nested if-else statement, else-if Ladder and switch statement. Loop Control Statements: o Loop Control statements include for Loop, while Loop and do-while Loop. Unconditional control statements: o Unconditional Control statements include goto, break, continue and return statement. Online Compiler Link: https://www.onlinegdb.com/ Program Link: https://drive.google.com/file/d/1yizU... I hope, through this video, you would have got a good knowledge of the control statement used in C language. Stay tuned for all the upcoming videos. I am always open to your suggestions, so do write in the comments if something needs to be improved... Thanks, LearnToCode #learntocode #controlstructure #controlstatements