Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Maatmes

    printf format issue

    I dont know if I'm just having a memory glitch, but the printf format for float is not working as I expect it to. This example: #include <stdio.h> int main() { float value; for(value = 9.990 ;value <= 10.01;value += 0.001) printf("%02.04f\n", value); return(0); } produces the...

Part and Inventory Search

Back
Top