InterviewSolution
Saved Bookmarks
| 1. |
The ______ function appends not more than n characters.(a) strcat()(b) strcon()(c) strncat()(d) memcat()I have been asked this question in semester exam.Query is from String Operations topic in division String Operations in C of C |
|
Answer» The CORRECT choice is (C) strncat() |
|