1 2 3 4 5 6 7 8 #include <stdio.h> int main(void) { printf("%d %#x %#o \n", 128, 128, 128); return 0; } Colored by Color Scripter cs