14 day
Today we will continue learning Deision making
3. Nested if-else in C
A nested if in C is an if statement that is the target of another if statement. Nested if statements mean an if statement inside another if statement. Yes, C allow us to nested if statements within if statements, i.e, we can place an if statement inside another if statement.
https://www.youtube.com/watch?v=sMjUF1slYUI&list=PLfgCIULRQavzxY-IO2sO5Vj5x7C_tjW3R&index=12
Comments
Post a Comment