I have a product registration in C.
Products can be up to 30 characters (columns), but can be infinite in quantity (lines).
In the variable declaration, I used:
char products [] [30];
However, when compiling, it returns that the...
asked by
05.06.2018 / 14:37