SyntaxFix
Write A Post
Hire A Developer
Questions
char *charPtr = "test string"; cout << charPtr << endl; string str = charPtr; cout << str << endl;