Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!pt.cs.cmu.edu!g.gp.cs.cmu.edu!hjelm From: hjelm@g.gp.cs.cmu.edu (Mark Hjelm) Newsgroups: comp.std.c Subject: Quick Question Keywords: parsing, ansi c Message-ID: <10136@pt.cs.cmu.edu> Date: 7 Aug 90 16:59:06 GMT Organization: Carnegie-Mellon University, CS/RI Lines: 12 What is the correct parse of: int *const *volatile a; a is a volatile pointer to a const pointer to an int or a is a const pointer to a volatile pointer to an int? Mark hjelm@cs.cmu.edu