1246
GB
'What is the output: int n=5,f=1; for(int i=n;i>1;i
(1, 6, 74, 4, 4, 'What is the output: for(int i=1;i<=5;i++) if(i==3) continue; else cout<
IN
'आउटपुट क्या है: int n=5,f=1; for(int i=n;i>1;i
(1, 6, 74, 4, 4, 'आउटपुट क्या है: for(int i=1;i
A
i=4:4. Sum=1+2+4=7. Output: 7.', 0, '2026-05-25', '2026-05-25'),
(1, 6, 75, 5, 4, 'What is the output: int f(int n){return n<=0?0:n+f(n-2);} cout<<f(5)+f(6);', 'f(5)=5+3+1=9
मैं=4:4. योग=1+2+4=7. आउटपुट: 7.', 0, '2026-05-25', '2026-05-25'),
(1, 6, 75, 5, 4, 'आउटपुट क्या है: int f(int n){return n
B
f(6)=12. 9+12=21. Output: 21.', 0, '2026-05-25', '2026-05-25'),
(1, 6, 75, 5, 4, 'What is the output: auto f=[](int x)->int{return x>1?x*f(x-1):1;}; cout<<f(4);', 'Recursive lambda (C++14 way without self)?', 'Compile error', 'Compile error', '24', '24', '4', '4', 'Undefined', 'Undefined', NULL, 'option_a', 'Lambda can\'t call itself by name (f is not captured). Compile error.'
एफ(6)=12. 9+12=21. आउटपुट: 21.', 0, '2026-05-25', '2026-05-25'),
(1, 6, 75, 5, 4, 'आउटपुट क्या है: auto f=[](int x)->int{return x>1?x*f(x-1):1;}; cout
C
2026-05-25
2026-05-25
✅ Correct Answer: