What would be the output according to 16bit compiler?

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

Posted on by