Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!hogpc!houxe!drutx!ihnp4!zehntel!hplabs!sri-unix!gwyn@BRL-VLD.ARPA From: gwyn@BRL-VLD.ARPA@sri-unix.UUCP Newsgroups: net.lang.c Subject: Re: Introductory C Textbook Message-ID: <12815@sri-arpa.UUCP> Date: Sat, 25-Aug-84 10:56:56 EDT Article-I.D.: sri-arpa.12815 Posted: Sat Aug 25 10:56:56 1984 Date-Received: Thu, 30-Aug-84 02:34:13 EDT Lines: 38 From: Doug Gwyn (VLD/VMB) The C Puzzle Book, by Ale.R. Feuer (Prentice-Hall, 1982) ISBN 0-13-109934-5 (hardbound) ISBN 0-13-109926-4 (paperback) Abridged Table of Contents: PUZZLES Operators Basic Types Included Files Control Flow Programming Style Storage Classes Pointers and Arrays Structures Preprocessor SOLUTIONS APPENDICES Precedence Table Operator Summary Table ASCII Table Type Hierarchy Chart >From the Preface: ... a workbook intended to be used with a C language textbook ... The programs are sprinkled with print statements. The primary task is to discover what each program prints. ... The larger portion of the book is devoted to step-by-step derivations of the puzzle solutions. Many of the derivations are accompanied by tips and caveats for programming in C. ... Warning: This book is not a self-contained C tutorial; it must be augmented by a good C text such as Kernighan & Ritchie.