R

Ram Sharma • 193.81K Points
Coach

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

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.