Printf Scanf C Tutorial

#include 
main()
{
    printf("%10.4e\n", 35.99999);
}
3.6000e+01