What is the output of the following code?
#includeiostream
using namespace std;
int main(){
int a=5;
cout(a++)*(++a)endl;
return 0;
}

Posted on by