What is the output of this Code? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

What is the output of this Code?

char a, b; int _1=97, _2=115; string name = ""; a = char (_1); b = char (_2); (name = a) += b; cout << name <<endl; #corrected its was try question. Tnx guys

18th Sep 2017, 11:12 AM
eric mensah
eric mensah - avatar
1 Antwort
+ 3
Use Code Playground ~_~
18th Sep 2017, 1:07 PM
Ekansh