Question: Given the following code: public static int question ( int m ) { if ( m = = 0 ) { return 1 ; }
Given the following code:
public static int questionint m
ifm
return ;
else
return mquestionm;
Which of the following calls will cause infinite recursion?
A int xquestion;
B int xquestion;
C int xquestion;
D int xquestion;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
