#includeiostream
using namespace std;
int main()
{
int a = 5;
int b = 5;
int sum = -( -a-b );
cout sum;
return 0;
}
Predict the output of the above code snippet ?
with Explanation

Posted on by