It should be written like this
#include
void main()
{ int a;
unsigned b;
a=3;
b=a;
printf("%d\,a);
printf("%u",b);
}
There is something wrong with the spelling of usigned. The correct way to write it is: unsigned