How To Use Data Types [C Tutorial]

I decided to start a programming series teaching you all the prerequisites needed to build your first app! In my programming guide, I mentioned the following prerequisites:

  • How to output to a console or display information (look up “Hello, world!” examples)
  • Data types: particularly string, integer and float types, and data structures
  • Operators
  • While-loops, for-loops, and if-else statements and ladders
  • Functions
  • How to open a file programmatically

I’ll cover all of these programming in concepts in C, which is a very classic language to learn. This week’s video will be about data types in C.

If there’s anything else you would like for me to cover in this series, please let me know!

In this video, you’ll learn:
-How to take in data from a user in a program
-How to display that information in the program
-Common data types that programs use

Hope this helps you out!
-Henrik