A

Admin • 833K Points
Coach

Q. Which expression is valid?

  • (A) int my_nbr = 100, 000;
  • (B) int my_nbr = 100000;
  • (C) int my nbr = 1000;
  • (D) int $my_nbr = 10000;
  • Correct Answer - Option(B)
  • Views: 20
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

Space, comma and $ are not allowed in a variable name.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.