To determine the number of elements in a List use the property ________.
a) Size
b) Count
c) Capacity
d) Items
b) Count
Computer Science & Information Technology
You might also like to view...
How many times will the following loop print hello?
i = 1; while ( i <= 10 ) cout << "hello"; a. 0. b. 9. c. 10. d. An infinite number of times.
Computer Science & Information Technology
How does caching help a name service’s availability?
What will be an ideal response?
Computer Science & Information Technology
5 Give the make rule for printing all the C source files in the build directory on the hp313 printer. Use shell’s filename pattern-matching character * whenever possible.
What will be an ideal response?
Computer Science & Information Technology
A social networking site will provide this on the Internet, thereby facilitating online contact with others:
A) room B) contacts C) lounge D) space
Computer Science & Information Technology