What is the output of the given C program?
main()
{
unsigned int m=32;
printf("%x",~m);
}
Reveal answer
Fill a bubble to check yourself
What is the output of the given C program?
main()
{
unsigned int m=32;
printf("%x",~m);
}