Mega Code Archive

 
Categories / C / Stdio H
 

Width 10, 8 to right of

#include <stdio.h> int main( ) {  double dPi      =   3.14159265;    printf("%10.8f",dPi);  }