Have you heard of structs in C?
You need an array of structs, where every struct will have the members your implementation requires(name,surname,age).
Alternative : Have three usual arrays,two of...