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

Posted on by