Arrays and Strings MCQs

133 questionsC-ProgramPage 8 of 15

Practice free Arrays and Strings multiple-choice questions with instant answer feedback and step-by-step solutions. Click an option to check yourself, reveal the full explanation, and work through all 133 questions — no login required.

Question 64medium
errno causes trouble in two subtler ways(vague and explicit).
Question 65medium
What do the following C function do?
int isgraph(int c);
Question 66medium
The . . . . . . . . function tests for any character for which isalpha or isdigit is true.
Advertisement
Question 67easy
There are two groups of string functions defined in the header . What are they?
Question 68easy
What error occurs when a result is unde?ned for a given argument value?
Question 69easy
What is the prototype of strcoll() function?
Advertisement
Question 70easy
What is the return value of strxfrm()?
Question 71easy
Which among the following is Copying function?
Question 72medium
Which function tests for any character that is an uppercase letter.