0
why that im having different output that it was supposed to be in the example?
4 Réponses
+ 5
you will get the memory address of where 5 is stored on your pc. is that the output that you expect?
+ 4
whats the example, what it is the expected output and what output are you getting?
0
int score = 5;
cout<<&score<<endl;
0
yes.. thank you