How To Display Info and Data in C [C Tutorial]

Displaying info and data or outputting to a console is the most helpful thing you can learn when learning a new language. It gives you feedback on what’s happening in your program. Without this, you will just run your program and not know what is going on. That kinda defeats the purpose of programming haha. In order for our program to work and gives us information that we are using it for, we need to know how to display info and data!

I’ll be going over how to display info and data. I will expand on special characters you can use in your program:
-Newline character
-Tab character
-End of string or Null character

In this video, you’ll learn:
-How to display messages in your console
-How to display data in your program
-Console display formatting tips!

Hope this helps get you started!
-Henrik