The ________ data type can store text, numerals, and symbols
A) Text B) Currency C) Date/Time D) Number
A
Computer Science & Information Technology
You might also like to view...
A sort on a group of numbers that is sorted from highest to lowest is known as a(n) ________ sort
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which of the following are correct statements about vector member functions studied in this chapter?
a. push_front (baseTypeObject) puts object on the front of a vector b. indexing uses index values 0 through size( ) c. size( ) tells how many base type objects have been inserted into the vector d. When a vector runs out of space all implementations are required to double the amount of allocated space .
Computer Science & Information Technology