- A 1, 2, 3, 4
- B 3, 1, 4, 2
- C 3, 1, 2, 4
- D 1, 3, 2, 4
ICSE Computer Application - Class - X ICSE Computer Application - Class X - 2025 PYQ
⚠ Report ✓ Question Verified Copy Link
Choose the correct order of statements to calculate and return the factorial of 4.
for (k=1; k<=4; k++)
return fa;
long fa = 1, k;
fa *= k;
Learn More MCQ Questions from ICSE Computer Application - Class - X ICSE Computer Application - Class X - 2025 PYQ