#include <stdio.h> int main(void) { printf("%10d|\n", 34); printf("%-10d|\n", 34);}
Standard input is empty
34| 34 |
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!