hi,

i have a doubt on compilation on 16 bit/32 bit.
Code:
main()
{
   unsigned int a=30;
   int b=5;
   c=a+b;

   return 0;
}
what is the output on 16 bit /32 bit compilar.