اذهب إلى المحتوى

Ehab Shaaban

الأعضاء
  • المساهمات

    3
  • تاريخ الانضمام

  • تاريخ آخر زيارة

كل منشورات العضو Ehab Shaaban

  1. يمكنك تضمينها باستخدام التاج <i> ودة لينك بيشرح الاساسيات https://www.w3schools.com/icons/fontawesome_icons_intro.asp
  2. class Program { static void Main(string[] args) { for (int i = 5; i >= 1; --i) { for (int sp = 5; sp >= i; --sp) { Console.Write(" "); } for (int j = 1; j <= i-1; ++j) { Console.Write("*_"); } Console.WriteLine("*"); Console.WriteLine(); } } }
  3. the lexical analyzer(phase1 of compiler) identifies "max" as an identifier Syntax Analysis(phase2 of compiler) verifies that the program consists of tokens arranged in a syntactically valid combination semantic analysis(phase3 of compiler) consists of tracking variable/function/type declarations and type checking دة معناة ان تحديد هل المتغير هو متغير دالة ام متغير عادي... بيكون فى semantic analysis اقرى اكتر فى semantic analysis عشان تعرفى ازاي بيعمل دة
×
×
  • أضف...