Class string has member function __________ to interchange the data stored in two string objects
a. exchange
b. switch
c. swap
d. copyto
c. swap
You might also like to view...
Which of the following statements creates a multidimensional array with 3 rows, where the first row contains 1 element, the second row contains 4 elements and the final row contains 2 elements?
a. int[][] items = {{1, null, null, null}, {2, 3, 4, 5}, {6, 7, null, null}}; b. int[][] items = {{1}, {2, 3, 4, 5}, {6, 7}}; c. int[][] items = {{1}, {2, 3, 4, 5}, {6, 7}, {}); d. int[][] items = {{1}, {4}, {2}};
Which of the following statements about animation is NOT true?
A) An animation can be used to add a special visual effect. B) An animation can be assigned only to objects. C) Animation is any type of motion or movement that occurs in a presentation. D) Animation can be used to add sound effects to a presentation.
When creating a faux column background image, crop the image so that you save only a thin vertical slice of it.
Answer the following statement true (T) or false (F)
Small circle symbols in a flowchart are often called __________ symbols.
a) little circle b) collision c) connector d) collator