A

Admin • 833K Points
Coach

Q. Which of the following is a valid variable name in C?

  • (A) int
  • (B) float_num
  • (C) 2value
  • (D) user-name
  • Correct Answer - Option(B)
  • Views: 25
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

Variable names can't begin with a number or contain hyphens. Keywords are invalid.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.