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 - The most effective method to call a function without using the function name to send parameters?

Show Answer
 Answer is : Option A

Q 2 - Which among the following is not a pointer declaration?

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 is an indirection operator?

Show Answer
 Answer is : Option C

Q 5 - "Functions in c are always internal".comment about this statement?

Show Answer
 Answer is : Option A

Q 6 - Which mathematical function given below does not requires int parameters?

Show Answer
 Answer is : Option B

Q 7 - Which among the following is not a logical operator?

Show Answer
 Answer is : Option C

Q 8 - For a conditional inclusion,if the condition that comes after the if hold?

Show Answer
 Answer is : Option B

Q 9 - Which among the following is a valid method for input?

Show Answer
 Answer is : Option D

Q 10 - Correct definition of the function stated below void (*ptr)(int); is ?

Show Answer
 Answer is : Option C