Sail E0 Webinar
Question
What is the output of this C code?    int main()    {        unsigned int a = 10;        a = ~a;        printf("%d\n", a);    }
Options:
A .  -9
B .  -10
C .  -11
D .  10
Answer: Option C


None.



Was this answer helpful ?

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers