MCQOPTIONS
Saved Bookmarks
| 1. |
What is the prototype of strcoll() function? |
| A. | int strcoll(const char *s1,const char *s2) |
| B. | int strcoll(const char *s1) |
| C. | int strcoll(const *s1,const *s2) |
| D. | int strcoll(const *s1) |
| Answer» B. int strcoll(const char *s1) | |