What is the output of this program?
#include
using namespace std;
int main()
{
int const p = 5;
cout
We cannot modify a constant integer value.
Share this page with your friends!