C Online Test

Start Your Test

keyboard_arrow_down

Instructions:

  • Total number of questions: 10.
  • Time allotted: 10 minutes.
  • Each question carries 1 mark.
  • No negative marks.
  • DO NOT refresh the page.
  • All the best :-)

What You Will Learn:

This C Variable Names Online Test helps you to Boost your Knowledge in C Language. In this test, we will cover the topics in the form of questions like
  • Variable name does not include the comma, blank spaces or any other special character.
  • All keywords are in Lowercase letters in C language.
  • According to the rules for defining variable names in C language, variable names have the certain finite range of length.
  • The Variable declaration should not start with numbers.
  • Variable name only include _ underscore, Numerics(0-9) and alphabets (a-zA-Z).