Sorry! Posting Assignment is allowed only for commercial accounts.
#include <stdio.h>int main(){int number = -10;printf(%d\n, sizeof(number));}