Solved

What Is the Value of Choice After the Following Statements

Question 49

Multiple Choice

What is the value of choice after the following statements?
Void getChoiceint& par_choice, in par_count) ;
Int choice, count=3;
GetChoicechoice, count) ;
Void getChoiceint& par_choice, in par_count)
{
Ifpar_count<0)
Par_choice =0;
Ifpar_count = 0)
Par_choice=-1;
Else
Par_choice=99;
Return;
}


A) 3
B) 0
C) -1
D) 99

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions