Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!snorkelwacker.mit.edu!hsdndev!bu.edu!m2c!wpi.WPI.EDU!fenn From: fenn@wpi.WPI.EDU (Brian Fennell) Newsgroups: comp.lang.c Subject: %f Message-ID: <1991Jun29.143230.20076@wpi.WPI.EDU> Date: 29 Jun 91 14:32:30 GMT Organization: Worcester Polytechnic Institute Lines: 14 consider this fragment: double d=1.234; float f=5.678; printf("d: %f\nf: %f\n",d,f); Why does this work? When does this work? Does this "work"? Just curious for opinions Brian Fennell == fenn@wpi.wpi.edu