I was studying this subject in C, and in most places I'm looking for, one of the examples of using this feature is when you're going to create a vector whose size you do not know. Example:
int main() {
int num = 0, i = 0, *vetor;
pri...
asked by
26.03.2016 / 03:44