MCQOPTIONS
Saved Bookmarks
| 1. |
What is the function of strcoll()? |
| A. | compares the string, result is dependent on the LC_COLLATE |
| B. | copies the string, result is dependent on the LC_COLLATE |
| C. | compares the string, result is not dependent on the LC_COLLATE |
| D. | copies the string, result is not dependent on the LC_COLLATE |
| Answer» B. copies the string, result is dependent on the LC_COLLATE | |