C Programming language crash course | الزيتونة في لغة سي
Description
كورس لتعلم البرمجة من خلال تعلم لغة سي وهي من أهم لغات البرمجة ومن الأكثر استخداما لتعلم البرمجة ذاتها
لا يشترط أي معرفة مسبقة بالكمبيوتر سوي القدرة علي استخدامه كفتحه أو عمل ملف …. إلخ
مرفق مع الكورس ملف pdf يتضمن القواعد المشروحة بالنماذج
قائمة بالمواضيع الرئيسة المتناولة في هذا الكورس
سيتم إن شاء الله إضافة تمارين ومقالات قصيرة تواليا
Learn programming using C language
Superior knowledge in computer is not required
Main Topics
Primitive data types ( int – double – float – char )
Modifiers ( signed – unsigned – short – long )
User Defined data types ( typedef – enum – struct – union)
Derived data types ( array – string – pointer [single – double – void – wild – dangling – null – function] )
Operators ( arithmetic – assignment – comparison – logical – bitwise – ternary )
Conditions ( if else – if else if else – switch )
Loops ( while – do while – for )
Dynamic Memory Allocation ( malloc – calloc – free – realloc )
Preprocessor directives ( macros – file inclusion – conditional compilation )
Functions ( predfined – userdefined )
C Libraries ( C standary libraries – User defined libraries )
Main Features
PDF file is included containing the explained rules with examples
Exercises & short articles will be continuously added
Any software used will be included with it’s link to be used
Tutorial links will be included to explain things that may be good to learn it as some programming topics depend on it
Feel free to ask any question & it will be answered
Feel free to give any advise about the content & it will be considered
Who this course is for:
- الراغبين في تعلم لغة سي
- الراغبين في الدخول في مجال الأنظمة المدمجة (embedded systems)
- الراغبين في الدخول في مجال أنظمة التشغيل (operating systems)
- الراغبين في تعلم البرمجة من الصفر