What is the output of the program?
#include iostream

using namespace std;

int main ( )
{
static double i;
i = 15;
cout sizeof(i);
return 0;
}

Posted on by