1. Урок 1. 00:01:21
    Introduction to the course
  2. Урок 2. 00:02:01
    Installing Xcode for Mac
  3. Урок 3. 00:02:18
    Installing CodeBlocks for Windows
  4. Урок 4. 00:05:27
    "Hello World"
  5. Урок 5. 00:07:29
    Basic Syntax of C
  6. Урок 6. 00:03:30
    Basic Syntax of C part 2
  7. Урок 7. 00:03:23
    Basic Syntax of C part 3
  8. Урок 8. 00:05:27
    Decision making part 1
  9. Урок 9. 00:06:47
    Decision making part 2
  10. Урок 10. 00:04:31
    Decision making part 3
  11. Урок 11. 00:06:03
    Decision making part 4
  12. Урок 12. 00:04:49
    For loop in C
  13. Урок 13. 00:07:11
    Function srand & while loop
  14. Урок 14. 00:04:39
    For & Do-While loop
  15. Урок 15. 00:04:35
    Nested for loops
  16. Урок 16. 00:08:45
    Arrays
  17. Урок 17. 00:09:37
    Multidimensional Arrays
  18. Урок 18. 00:07:07
    Array of characters
  19. Урок 19. 00:07:44
    Functions strcpy,strcat,itoa & puts
  20. Урок 20. 00:07:10
    Text array
  21. Урок 21. 00:04:19
    Introduction to functions
  22. Урок 22. 00:03:55
    Void functions
  23. Урок 23. 00:04:40
    Multidimensional array in function
  24. Урок 24. 00:04:38
    Variable scope in functions
  25. Урок 25. 00:07:50
    Introduction to pointers
  26. Урок 26. 00:04:36
    A simple example of pointers
  27. Урок 27. 00:11:55
    Pointer to Array
  28. Урок 28. 00:03:12
    Pointer to array a simple example
  29. Урок 29. 00:04:08
    Initialise an array with the use of pointers
  30. Урок 30. 00:12:07
    addwords function
  31. Урок 31. 00:07:04
    Passing by value & passing by reference
  32. Урок 32. 00:03:50
    A passing by reference example
  33. Урок 33. 00:07:02
    malloc function
  34. Урок 34. 00:09:30
    Array of pointers
  35. Урок 35. 00:06:18
    Struct point
  36. Урок 36. 00:02:14
    Typedef in structs
  37. Урок 37. 00:05:13
    Access a struct with the use of pointers
  38. Урок 38. 00:05:35
    Structs and functions
  39. Урок 39. 00:10:17
    Reading files
  40. Урок 40. 00:05:57
    Writing in files
  41. Урок 41. 00:01:14
    Congratulations! Where do I go from here?