I want to make a program that uses structs to store data, but that there is already some data inserted in it, I'll give a similar example:
struct registro
{
char nome[30], telefone[11];
int idade
}dados;
In case I would need...
asked by
06.06.2018 / 21:13