Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!sharkey!atanasoff!hascall From: hascall@atanasoff.cs.iastate.edu (John Hascall) Newsgroups: comp.lang.c Subject: Final word on sizeof Message-ID: <976@atanasoff.cs.iastate.edu> Date: 11 Apr 89 14:07:59 GMT Reply-To: hascall@atanasoff.cs.iastate.edu (John Hascall) Organization: Iowa State Univ. Computation Center Lines: 9 To a recent blathering on sizeof, I quote K&R, Appendix A, section 7.2, "Unary Operators": The construction sizeof(type) is taken to be a unit, so the expression sizeof(type)-2 is the same as (sizeof(type))-2. John Hascall / ISU Comp Center (am I the only one who reads this thing? :-)