136
GB
What is the output: auto add=[](int a,int b){return a+b;}; cout<
IN
आउटपुट क्या है: auto add=[](int a,int b){return a+b;}; अदालत
A
7
7
B
34
34
C
Compile error
संकलन त्रुटि
D
Undefined
अपरिभाषित
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
Lambda with two int parameters returns their sum. add(3,4)=7.
व्याख्या (हिन्दी)
लैम्ब्डा दो पूर्णांक मापदंडों के साथ उनका योग लौटाता है। जोड़ें(3,4)=7.