Gaza, a piece of our soul. ❤️🇵🇸
  • رقم الدرس : 01
  • 00:12:43
  • 01AR - Getting Started with C

  • تشغيل
Loading...

دروس الكورس

  1. 1- 01AR - Getting Started with C
  2. 2- 02AR - First Program
  3. 3- 03AR - Data types and Variables
  4. 4- 04AR - Arrays of Variables
  5. 5- 05AR - Constants and Operators
  6. 6- 06AR - Expressions and Statements
  7. 7- 07AR - Right Angle Exercise
  8. 8- 08AR - If Statement
  9. 9- 09AR - While Loop
  10. 10- 10AR - For Loop
  11. 11- 11AR - Do While Loop
  12. 12- 12AR - Loop Premature Exit and Loop Iteration Skipping
  13. 13- 13AR - Endless Loop and Loop Considerations
  14. 14- 14AR - Switch statement
  15. 15- 15AR - GoTo Statement
  16. 16- 16AR - Ten Thousand Exercise
  17. 17- 17AR - Defines
  18. 18- 18AR - Include
  19. 19- 19AR - Conditional Preprocessors
  20. 20- 20AR - Preprocessor Exercise
  21. 21- 21AR - Functions
  22. 22- 22AR - Main Function
  23. 23- 23AR - Arguments and Parameters
  24. 24- 24AR - Macro versus Function
  25. 25- 25AR - Variable Attributes
  26. 26- 26AR - Variables Scoping
  27. 27- 27AR - Modular Programming
  28. 28- 28AR - Extended Exercise Part I
  29. 29- 29AR - Extended Exercise Part II
  30. 30- 30AR - Extended Exercise Part III
  31. 31- 31AR - C Build Process
  32. 32- 32AR - Compilation
  33. 33- 33AR - Compilation Stages
  34. 34- 34AR - Object Files
  35. 35- 35AR - Linking Stages
  36. 36- 36AR - Loading Stages
  37. 37- 37AR - Arrays
  38. 38- 38AR - Arrays as Functions Arguments
  39. 39- 39AR - Strings and String Arrays
  40. 40- 40AR - Fill Exercise
  41. 41- 41AR - Physical Memory versus Virtual Memory
  42. 42- 42AR - Pointers
  43. 43- 43AR - Pointers Usage Examples
  44. 44- 44AR - Sorting Arrays Exercise
  45. 45- 45AR - Functions Returning Pointers
  46. 46- 46AR - Void Pointers
  47. 47- 47AR - Dynamic Memory Allocation
  48. 48- 48AR - Pointers Initialization
  49. 49- 49AR - Pointers and Multidimensional Arrays
  50. 50- 50AR - Function Pointers
  51. 51- 51AR - Calculator Exercise
  52. 52- 52AR - Structures
  53. 53- 53AR - Operations on Structures
  54. 54- 54AR - Composite Data Types
  55. 55- 55AR - Sets Exercise
  56. 56- 56AR - Need for Bit Representation
  57. 57- 58AR - Bitwise Functions
  58. 58- 57AR - Bitwise Operations
  59. 59- 59AR - UART Exercise
  60. 60- 60AR - Direct Lookup
  61. 61- 61AR - Checkers Exercise