Tutorial Study Image

C Online Quiz

Following quiz provides Multiple Choice Questions (MCQs) related to C . You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.


Q 1 - Which are the two library functions which can allocates dynamic memory?

Show Answer
 Answer is : Option A

Q 2 - The scope of an external variable is?

Show Answer
 Answer is : Option C

Q 3 - Modulus for float could be accomplished by?

Show Answer
 Answer is : Option A

Q 4 - Which among the following act as a delimitter for an input in scanf?

Show Answer
 Answer is : Option D

Q 5 - In floating type,how many digits present after the decimal point?

Show Answer
 Answer is : Option C

Q 6 - Which among the following is not a structure member?

Show Answer
 Answer is : Option A

Q 7 - Which among the following are the correct syntaxes to send an array as a parameter to function?

Show Answer
 Answer is : Option D

Q 8 - Which among the following header file includes a function for variable number of arguments?

Show Answer
 Answer is : Option C

Q 9 - Which among the following operator connects structure name to its member name?

Show Answer
 Answer is : Option D

Q 10 - char *str[5]; What this declaration denotes?

Show Answer
 Answer is : Option C