πŸ“Š C Programming
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;
πŸ’¬ Discuss
βœ… Correct Answer: (B) int my_nbr = 100000;

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

Explanation by: Rudra Pratap Singh
Space, comma and $ are not allowed in a variable name.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
255
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Rudra Pratap Singh
Publisher
πŸ“ˆ
92%
Success Rate