OverIQ.com
Run (or Hit F9)
#include <stdio.h> int main() { int a = 4, b = 23; printf("a=%2d,b=%3d", a, b); return 0; }