Elements of any kind that are children of the same parent are _____ elements.
a. Parent
b. Ancestor
c. Sibling
d. Descendent
c. Sibling
You might also like to view...
Answer the following questions true (T) or false (F)
1. The least common error in using an array is a subscript range error. 2. The assignment operator = can be used for string assignment only when initializing a string variable in its declaration. 3. If "cat" is the value of the string variable str, then str[3] is the null character.
Which of the following is not one of the steps involved to carry out a selection sort which will sort an array in ascending order?
a. on the first pass, the smallest element is located b. on the first pass, the smallest element is swapped with the first element in the array c. on the first pass, the smallest element is swapped with the last element in the array d. on the second pass, the second-smallest element is located