#include <stdio.h> void main() { unsigned int m = -10; printf("%d", m); }
-10
Previous Question Next Question
Your comments will be displayed only after manual approval.