106
GB
What is the output: int x=1; for(int i=0;i<5;i++) x*=(i+1); cout<
IN
आउटपुट क्या है: int x=1; for(int i=0;i
A
120
120
B
15
15
C
Compile error
संकलन त्रुटि
D
Undefined
अपरिभाषित
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
5!=120. Output: 120.
व्याख्या (हिन्दी)
5!=120. आउटपुट: 120.