Learn C from scratch in Arabic - for beginners
للمبتدئين C تعلم لغة
Description
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 system
2. ASCII code
3. Variables.
4. Data types.
5. Conversion Specifiers
6. 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 loop
➢Do .. while loop
➢For loop
4. Notes
5. 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 Arguments
❑Call / 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 C
2. C strings
• Definition of string
• String functions
12:
User-defined data types.
➢ typedef
➢ enumeration
➢ struct
13:
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 Dereferencing
6. Pointer to pointer?
7. Pointer expressions
8. Pointer assignment
9. Pointer arithmetic
10. Pointer comparison
11. Arrays with pointers
12. 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.
• Examples
17:
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.s
4. Struct VS Union.
What You Will Learn!
- C user inputs and output on screen
- C variables
- C data types
- Scape sequence, comments and types of errors
- Arithmetic Operations & expressions
- Control structures
- Functions and function overloading
- Variables’ scope
- Recursion
- Calling by value & calling by reference
- C arrays and const variables
- C char and strings
- User defined data types
- C pointers
- Searching and sorting algorithms
- Final project
- Some solved problems
Who Should Attend!
- Computer science students.
- Those who are totally beginners in programming field.