Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

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
Question ajoutée par Mohannad Bakbouk , Full Stack Web Developer , Almohtaseb
Date de publication: 2016/10/21
Pathan Zarrar Khadar Khan
par Pathan Zarrar Khadar Khan , Windows System Administrator , Dyce Tech Pvt Ltd

A ,                                                                             Compile Time error

Shaikh Mohammad Asif Zafre Alam
par Shaikh Mohammad Asif Zafre Alam , software engineer , Inceptio systems DMCC

compile time error compile time error

More Questions Like This

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?