ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What will be the output of the given code snippet?

class math

{

public int fact(int n)

{    int result;

result = fact(n -1)* n;

return result;

}

}

class Program

{

staticvoid Main(string[] args)

{

maths obj =new maths();

Console.WriteLine(obj.fact(4));

Console.ReadLine();

}

}

 

c) Compile time error

d) Runtime Error

user-image
تم إضافة السؤال من قبل Mohannad Bakbouk , Full Stack Web Developer , Almohtaseb
تاريخ النشر: 2016/10/21
Pathan Zarrar Khadar Khan
من قبل Pathan Zarrar Khadar Khan , Windows System Administrator , Dyce Tech Pvt Ltd

A ,                                                                             Compile Time error

Shaikh Mohammad Asif Zafre Alam
من قبل Shaikh Mohammad Asif Zafre Alam , software engineer , Inceptio systems DMCC

compile time error compile time error

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟