In my code, I can insert and delete normally, but in searches it does not print, what could be the problem? I thought it would work the way I did. Am I doing 'if' correctly?
struct fichacarro {
char fabricante[15];
char modelo[15];
char combu...
asked by
01.10.2016 / 19:44