What is the output of below codr
int main()
{
const int a=10;
a++;
couta;
return 0;

}


Posted on by