Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!ucbvax!ucdavis!iris!rogers From: rogers@iris.ucdavis.edu (Brewski Rogers) Newsgroups: comp.lang.c Subject: How do you declare a pointer to a two dimensional array? Message-ID: <9197@aggie.ucdavis.edu> Date: 3 Nov 90 04:37:11 GMT Sender: usenet@aggie.ucdavis.edu Reply-To: rogers@iris.ucdavis.edu (Brewski Rogers) Organization: U.C. Davis - Department of Electrical Engineering and Computer Science Lines: 8 given the array: float spam[4][4]; How do I declare a pointer to it? Is this possible? -bruce