Computer Science, asked by sakshiverma6360, 8 months ago

What is the output of the following C++ code:
#include
#include
#include
using namespace std;
int main()
LO
4.0
string s = "Hacker Earth";
s.erase (remove(s.begin(), s.end(), '
cout << s << endl;
!), s.end());
4.0

Answers

Answered by banerjeesubhojit92
0

Answer:

hacker

Explanation:

hacker eyes thesecix

Similar questions