C Programming for Beginners | Full Course



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