Help with module 3 quiz on c++ | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Help with module 3 quiz on c++

I can't get past the last question and I am stuck an I can't move on to functions... The last question is fill in the blanks. After a for loop it has cout<<____ p[i]<<endl. What do I put there. Plz help.

21st Jul 2023, 5:57 PM
Kon Kam
Kon Kam - avatar
1 Réponse
+ 3
The question wants to show allocated memory address, I think for getting a variable memory address we use 👉 & before variable name.
21st Jul 2023, 6:15 PM
Yasin Rahnaward
Yasin Rahnaward - avatar