printing float in c language code example Example 1: printf c float Click to copyprintf("%.6f", myFloat); Example 2: print float in c Click to copyprintf("%.6f", myFloat);