A
Q. Which of the following will compile successfully?
Code:
const int a;
a = 5;
a = 5;
- Correct Answer - Option(B)
- Views: 4
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.