Multiple Choice
To follow the principle of least privilege, the selectionSort function should receive the array to be sorted as:
A) A nonconstant pointer to nonconstant data.
B) A nonconstant pointer to constant data.
C) A constant pointer to nonconstant data.
D) A constant pointer to constant data.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: What does the following statement declare?<br>Int *countPtr,
Q3: After the i<sup>th</sup> iteration of the selection
Q4: Pointers may be assigned which of the
Q8: Which of the following best describes the
Q8: getline superstring, 30 );<br>Is equivalent to which
Q10: (*max)(num1, num2, num3);:<br>A) Is the header for
Q11: The & operator can be applied to:<br>A)
Q21: A function that prints a string by
Q26: A string array is commonly used for:<br>A)
Q30: What method should be used to pass