#include <stdio.h> int main(void) { printf("x=%20.2f",1234.567); return 0;}
Standard input is empty
x= 1234.57
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!