برجاء مشاهدة درس واحد فقط يوميا وتطبيق ما فيه بنفسك. إذا كان لديك وقت أكبر لا تشاهد درس آخر لكن حاول القيام ببعض البرامج بنفسك. بعض أمثلة للبرامج الذي يمكنك القيام بها بنفسك:
A program that changes ” main “ to “ gammal_home “ (by using define)
A program that changes the word “ int “ to “ gammal_num “ (by using define)
A program that changes “ for “ to “ gammal_loop “ (by using define)
A program that changes the “ if “ to “ gammal_cond “ (by using define)
A program that changes “ printf “ to “ gammal_show “ (by using define)
A program that changes the “ scanf “ to “ gammal_read “ (by using define)
A program that changes “ return0 “ to “ gammal_r “ (by using define)
A program that uses the previous (new, de) commands and remains in its function: it reads two numbers from the user if the first is smaller than the second, prints to it the numbers from the first number to the second number, and if the opposite, it prints the numbers from the first to the second term in response to print their total in both cases
ملحوظة هذه البرامج ليست من ضمن المنهج هي فقط للتدريب، وبالتالي يجب عليك أن تكمل المنهج وتشاهد الفيديو التالي غدا سواء قمت بعمل هذه البرامج أو لا.
إذا شاهدت الدرس و فهمته و كنت قادر على حل الأسئلة السابقة تستطيع مشاهدة الدرس القادم. ليس عليك بالضرورة أن تقوم بحل هذه الأسئلة. أحيانا تحتاج لحل هذه الأسئلة الى تفكير عميق أو أن تقوم بالبحث عن أوامر و طرق لم تدرسها لحلها. و لكن لا داعى للقلق فكل الأوامر التى تساعد على حلها مشروحة فى الدروس القادمة.