Which of the following displays the number of characters contained in a string variable named address?
a. c. cout << address.length() << endl;
b. cout << numchars(address) << endl;
c. cout << Tength(address) << endl;
d. cout << size. address << endl;