Predict the output
#includeiostream
using namespace std;
int main ()
{
const int a=5;
a++;
++a;
couta;
return 0;
}

Posted on by