Single Choice Easy

QWhat is the maximum length of a variable name in C language?

ID: #6178 Variable in C Language 297 views
Question Info
#6178Q ID
EasyDifficulty
Variable in C LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A 8 characters
  • B 16 characters
  • C 32 characters
  • D There is no limit
Correct Answer

Explanation

Answer: d) There is no limit

Explanation: There is no specific limit on the length of a variable name in C language. However, it is recommended to keep the variable names short and meaningful.

Share This Question

Challenge a friend or share with your study group.