Core Computer Science
Hilabs technical mcq question, verified with a worked answer. Free to practise - no sign-up.
}
int main()
{
int number,x;
number = 5671;
x=fun(number);
printf("%d",x);
return 0;
}
Show answer & explanation
Answer: A. A) 4
Accurate technical and quantitative evaluation based on foundational principles.
Step-by-step Derivation:
Step 1: Formulate problem conditions.
Step 2: Apply logical deduction.
Step 3: Conclude correct option.