0

What is the output of this code?

string dog = "dog"; string cat = "cat"; cout << dog.compare(cat);

19th Mar 2020, 7:12 AM
Kodeesh Warar
Kodeesh Warar - avatar
1 Réponse