How To Use if and Else Statements in C [C Tutorial]

If and else statements are one of the most fundamental programming concepts ever. You find them in almost every programming language and tool. It’s so important for logic and algorithms, which is what makes programs useful in the first place. I will also be covering how to do this with int, char, and char arrays (string) data types. C is actually a little tricky when it comes to strings, so I’ll be going over that!

In this video, you’ll learn:
-How to use if, else, and else if statements
-How to use them with int, char, and string data types
-What is really going on under the hood in if statements

Hope this helps!
-Henrik