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