2
Vector example:
char nome[10] = {'b', 'r', 'a', 's', 'i','l'};
First of all, although my vector has 10 position I’m only using six, and I want to know how exactly I picked up this length, which in this case would be 6. In short how I get the number of characters present in a string?