Easy
Which statement is true ?
int main() {
int* x = new int(5);
cout << x << endl;
return 0;
}
Author: SamuelStatus: PublishedQuestion passed 236 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about C++