What is the output of this code
#include iostream
using namespace std;
int main()
{
int g = 5;
float h;
cout sizeof(++g + h);
cout g;
return 0;
}

Posted on by