What would be the output of the following code according to a 16bit compiler ?

#include <stdio.h>
int main()
{
int number = -10;
printf(“%d\n”, sizeof(number));
}

Posted on by