Q. What happens if the line below is executed in C and C++?
Code:
const int x;
β
Correct Answer: (C)
Error in C++ and success in C
const int x;
You must be Logged in to update hint/solution