616
GB
The output of: int n=5; string s(n,*); cout<
IN
का आउटपुट: int n=5; स्ट्रिंग एस(एन,*); अदालत
A
*****
*****
B
n
एन
C
5
5
D
Error
गलती
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
string(5,*) creates "****".
व्याख्या (हिन्दी)
स्ट्रिंग(5,*) "****" बनाता है।