+ 2
How to make name, gender, age, and phone number bu using #include <stdio.h>
2 Respostas
+ 2
You can go through it on Internet . I don't know much about it if you want to make some big tool or so but you can always store them in string array...
BUT
Make sure you write
#include <cstdio> instead of <stdio.h> because it is not supported by many conpilers...
+ 2
you could store them in an array of string.