Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

Left Justify in C

#include <stdio.h>
int main( )
{
 int a=32424;
 
 printf("%-d",a); 
}