MCQOPTIONS
Bookmark
Saved Bookmarks
→
C
→
Localization in C
→
The ______function appends not more than n charact..
1.
The ______function appends not more than n characters.
A.
strcat()
B.
strcon()
C.
strncat()
D.
memcat()
Answer» D. memcat()
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which of the following is the variable type defined in header string. h?
The ______ function appends not more than n characters.
Which among the following is Copying function?
Strcat() function adds null character.
What will the given C code do?
void *memcpy(void *dest, const void *src, size_t n) What does the following code do?
Use_______to determine the null-terminated message string that corresponds to the error code errcode.
What will the following C code do?
What will be returned in the following C code?
The______ function returns the number of characters that are present before the terminating null character.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply