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
0
Answer:
hacker
Explanation:
hacker eyes thesecix
Similar questions