How to store mobile no. In c++ | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
+ 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