Q. Which is the right way to declare constant in C?

  • (A) int constant var =10;
  • (B) int const var = 10;
  • (C) const int var = 10;
  • (D) b & c both
πŸ’¬ Discuss
βœ… Correct Answer: (D) b & c both

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
211
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
91%
Success Rate