Learn C from scratch in Arabic - for beginners

Learn C from scratch in Arabic - for beginners
19.99 USD
Buy Now

In this course, you will learn the C programming language basics from A to Z in Arabic! The content of the course as in sections and videos;01:1. Why programming.2. Computer language.3. Programming language.4. Comparison between C & C++5. Download code blocks.6. Use online editor.7. Use Dcoder for phone.8. Your first program.02:1. Binary VS decimal number system2. ASCII code3. Variables.4. Data types.5. Conversion Specifiers6. Scan and print (scanf, printf)7. Program to get the area of a rectangle.03:1. Escape sequences.2. Comments.3. Types of errors.4. Arithmetic operations.5. Expressions.04:1. Sequenced control structures.2. Selection control structures. if, else if, else statements. Switch, case, default statements.3. Repetition control structures. While loopDo. while loopFor loop4. Notes5. Program to find remainder and quotient.6. Break & continue statements.7. Sentinel-control repetition.05:Revision (session) - 16 problems to solve.06:1. Why Functions?2. A Function Definition.3. Function declaration.4. Function prototype.5. Function Calls.6. Function Prototype.7. The Return Statement.8. Returning Void.9. Parameters versus Arguments.10. Function overloading.11. Variables scope.07:Revision (session) - 5 problems to solve + basic calculator.08:1. Recursion (Recursive Functions)Factorial.2. Passing ArgumentsCall / Pass by Value. Call / Pass by Reference. Returning multiple values.09:Arrays. Multi-dimensional arrays.10:Revision (session) - 7 problems to solve.11:1. Char in C2. C strings Definition of string String functions12: User-defined data types. typedef enumeration struct13: Revision - 4 problems to solve.14:1. What is the pointer?2. Variables addressing in memory.3. How to define a pointer variable?4. How to initialize a pointer variable?5. Referencing and Dereferencing6. Pointer to pointer?7. Pointer expressions8. Pointer assignment9. Pointer arithmetic10. Pointer comparison11. Arrays with pointers12. String using pointers?13. Array of strings?14. Functions returning multiple results.15. Static variables.15: Bubble sort. Linear search. Binary search.16: Why Files? Files and Streams. Dealing with files (open, close, read and write). The Data Hierarchy. Examples17: Finally, we have a Final project! And during all of that, we will have some revision videos on these topics.18: (Advanced topics and ideas)1. Ideas from a quiz.2. How to design patterns (like a pattern of stars)?3. Some C tricky McQ. s4. Struct VS Union.