What will be the output of the program?
#include
using namespace std;
int main()
{
const int y = 5;
const x = ?10;
cout<return 0;}
return 0;
}
?10 5
5 ?10
Compilation error
None of these
Submit