Non-decimal radices/Convert: Difference between revisions

m
fix bare lang tag
No edit summary
m (fix bare lang tag)
Line 274:
printf("%lld in base 16: %s\n", x, to_base(x, 16));
return 0;
}</lang>output
}</lang>output<langpre>-9223372036854775808 in base 2: -1000000000000000000000000000000000000000000000000000000000000000
383 in base 16: 17f</langpre>
 
=={{header|C++}}==