Briefly describe the Reverse() method.
What will be an ideal response?
The Reverse() method reverses the order of items in an array. In other words, for any array, the element that starts in position 0 is relocated to position Length - 1, the element that starts in position 1 is relocated to position Length - 2, and so on until the element that starts in position Length - 1 is relocated to position 0. You call the Reverse() method the same way you call the Sort() method-you simply pass the array name to the method.
You might also like to view...
The delete operator should only be used on pointers that
A) have not yet been used. B) have been correctly initialized. C) point to storage allocated by the new operator. D) are appropriately dereferenced. E) None of the above
TLS is an acronym for which of the following?
A) Transport Layer Security B) Tunnel Layer Solution C) Tunnel Layer Security D) Transport Layer Solution
Which command installs the samba package? Which installs the Web Server package group?
What will be an ideal response?
The Vista feature that enables you to store all your data in an encrypted format on your hard drive is called _______
Fill in the blank(s) with correct word