How to store mobile no. In c++ | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 8

How to store mobile no. In c++

Helping sim users to have records using c++

5th Mar 2020, 3:50 PM
Raj Kalash Tiwari
Raj Kalash Tiwari - avatar
1 Respuesta
+ 2
store it as an array of integer Or you can use void pointers too for this purpose.
5th Mar 2020, 4:50 PM
Sanchay Kumar
Sanchay Kumar - avatar