MCQOPTIONS
Saved Bookmarks
| 1. |
What is the action of strcat() function |
| A. | compare two strings |
| B. | concatenates two strings |
| C. | finds the length of a string |
| D. | copies one string over another |
| Answer» C. finds the length of a string | |