Help plz | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
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