31
GB
What is the output: auto f=[]()mutable{ static int x=0; return x++; }; cout<
IN
आउटपुट क्या है: auto f=[]()mutable{static int x=0; वापसी x++; }; अदालत
A
012
012
B
000
000
C
Unspecified
अनिर्दिष्ट
D
Compile error
संकलन त्रुटि
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
Order of evaluation of arguments to << is unspecified, so print order of 0,1,2 is unspecified.
व्याख्या (हिन्दी)
तर्कों के मूल्यांकन का क्रम