Solved

To Follow the Principle of Least Privilege, the SelectionSort Function

Question 6

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions