What is the output of this C code
void main() { unsigned int x = -5; printf("%d", x); }
Answer: C
No answer description available for this question.