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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sabe

  1. sabe

    Double vs Float

    Thank you for your help! =)
  2. sabe

    Double vs Float

    I don't understand why I'm getting this output... Here's the program #include <stdio.h> int main() { float x; double y; x = 145678.999817; y = 145678.999817; printf(&quot;Float is %f and double is %f\n&quot;, x, y); x = 456.9998651; y = 456.9998651; printf(&quot;Float is %f and...

Part and Inventory Search

Back
Top