SyntaxFix
Write A Post
Hire A Developer
Questions
vector<int> v; v.push_back(906); vector<int> * p = &v; cout << (*p)[0] << endl;