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