Variable in C Language - Quiz

  • AUpperCase letters
  • BLowerCase letters
  • CCamelCase letters
  • DNone
  • Ano bit is reserved for sign
  • Brightmost bit is reserved for sign
  • Cleftmost bit is reserved for sign
  • DNone
  • AVariable names cannot start with a digit
  • BThey can contain alphanumeric characters as well as special characters
  • CVariable can be of any length
  • DIt is not an error to declare a variable to be one of the keywords(like goto, static)
  • A8 characters
  • B16 characters
  • C32 characters
  • DThere is no limit