TOPIC

Ajuda - RE

andel.js asked 3 years ago

Alguém me ajuda? Não consegui descobri porque está dando Runtine Error.

Question solved. Code removed.

This topic was solved and cannot recieve new replies.

  • feodorv replied 3 years ago

    Line #51:

            strcat(c, number);

    The size of the buffer c is too small:

            char c[2] = {0};