781
GB
What is the output: int a[3]={1,2,3}; auto f=[](int *p,int n){int s=0;for(int i=0;i
IN
आउटपुट क्या है: int a[3]={1,2,3}; ऑटो f=[](int *p,int n){int s=0;for(int i=0;i
A
6
6
B
3
3
C
Compile error
संकलन त्रुटि
D
Undefined
अपरिभाषित
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
1+2+3=6. Output: 6.
व्याख्या (हिन्दी)
1+2+3=6. आउटपुट: 6.