Help plz | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Help plz

How to use pointer in the array given below? How to print address and value of array containing marks of three subjects https://code.sololearn.com/cX5HL0eYz251/?ref=app

6th Dec 2020, 12:11 PM
Anas kayani
Anas kayani - avatar
1 ответ
0
use &arr[i] to print the address of arr[i] . See this: https://code.sololearn.com/c7Ho3AdgAelt/#cpp
6th Dec 2020, 12:49 PM
The future is now thanks to science
The future is now thanks to science - avatar