What will be the output?
#include iostream
using namespace std;
int main(){
int code=10,coder=60;
int coding=code+coder;
{
coding=coder-code;
cout coding;
}
cout coding endl;
return 0;
}

Posted on by