PooriPadhai Logo Home Courses Online Tool Online Test Study Material Contest Blog

C Variable Names Online Test



Instructions:
  • Total number of questions : 9.
  • Time alloted : 10 minutes.
  • Each question carry 1 mark.
  • No Negative marks
  • DO NOT refresh the page.
  • All the best :-)




What You Will Learn in

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).