12 day
Today we will continue learning
1. if in C
The if statement is the most simple decision-making statement. It is used to decide whether a certain statement or block of statements will be executed or not i.e if a certain condition is true then a block of statements is executed otherwise not.
https://www.youtube.com/watch?v=3qq3PfyBb2M&list=PLfgCIULRQavzxY-IO2sO5Vj5x7C_tjW3R&index=10
Comments
Post a Comment