That's why i am still a beginner

i thought the console will solve "12"...but it solved "123"....can you explain why

1
2
3
4
5
6
#include<iostream>
using namespace std;
int main()
{
cout << "123\b";
}
closed account (48T7M4Gy)
http://www.cplusplus.com/forum/general/11059/
i got it...thanks
Topic archived. No new replies allowed.