What is the output of this code?
#include iostream
using namespace std;
int main ( )
{
static double i;
i = 100;
cout sizeof(i);
return 0;
}

Posted on by