Q3: Suppose vecList is a vector object. The expression vecList.capacity() returns the number of elements that can be currently added to vecList.

A1: TrueA3: True