How to make name, gender, age, and phone number bu using #include <stdio.h> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to make name, gender, age, and phone number bu using #include <stdio.h>

31st Jan 2018, 8:29 AM
Muhammad Hamizan
Muhammad Hamizan - avatar
2 Answers
+ 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...
31st Jan 2018, 8:56 AM
Parv Thacker
Parv Thacker - avatar
+ 2
you could store them in an array of string.
31st Jan 2018, 9:27 AM
shobhit
shobhit - avatar