I have this little code of a dynamic array exercise, it introduces me up to 6 elements and it displays them correctly, but if I put it from 8, it jumps an error "the program stopped working"
Code:
int main()
{
int cantidad;
int *x;...
asked by
03.09.2017 / 19:17