

MCQOPTIONS
Saved Bookmarks
This section includes 151 Mcqs, each offering curated multiple-choice questions to sharpen your C Programming knowledge and support exam preparation. Choose a topic below to get started.
151. |
Which of the following function sets first n characters of a string to a given character? |
A. | strinit() |
B. | strnset() |
C. | strset() |
D. | strcset() |
Answer» C. strset() | |