A full course on C programming for beginners. See the individual topic timestamps below as well as C programming environment setup videos for Mac and Windows.
How To Setup A C Programming Environment On A Mac: https://www.youtube.com/watch?v=RCsfDcvREzU
How To Setup A C Programming Environment On Windows: https://www.youtube.com/watch?v=gq_ZXCuRhU4
๐ Topic Timestamps ๐
โจ (0:00) Course introduction
โจ (0:50) Why and how do we program in C?
โจ (2:40) Using a development environment
โจ (6:25) Hello, World first C Program
โจ (16:15) Comments to document our code
โจ (17:44) Input-Processing-Output (IPO) Model example
โจ (28:16) Variable types and using printf() & scanf()
โจ (38:31) Arithmetic operators
โจ (42:39) If statements
โจ (53:35) Relational operators
โจ (1:00:41) Logical operators (aka boolean operators)
โจ (1:08:58) While loops
โจ (1:32:31) Do while loops
โจ (1:37:06) For loops
โจ (1:53:40) printf() placeholder fields
โจ (1:58:45) Switch statements
โจ (2:04:08) Arrays
โจ (2:17:50) Strings
โจ (2:48:40) Functions
โจ (3:10:25) Passing arrays to functions
โจ (3:16:52) Pointers
โจ (3:28:08) Pass-by-reference (aka pass-by-pointer)
โจ (3:35:22) Pointer notation vs array notation
โจ (3:51:07) Dynamically allocated memory (malloc, calloc, realloc, free)
โจ (4:15:43) Typedef and struct
โจ (4:48:10) 2D arrays
โจ (5:01:52) Main function return values
โจ (5:04:31) Command-line arguments
โจ (5:15:42) Type casting (aka type conversion)
โจ (5:20:05) File I/O
โจ (5:35:52) Constants with define vs constant variables
โจ (5:40:42) Global scope variables
โจ (5:44:35) Accepting user input strings with spaces
Check out our courses at https://www.portfoliocourses.com that will help you build a developer portfolio that will impress employers!
source
