Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!wuarchive!udel!haven!mimsy!mojo!news From: rfink@eng.umd.edu (Russell A. Fink) Newsgroups: comp.lang.c Subject: Q-> can comments be nested within variable names Message-ID: <1990Oct10.212152.3273@eng.umd.edu> Date: 10 Oct 90 21:21:52 GMT Sender: news@eng.umd.edu (The News System) Organization: Civil Engineering Department Lines: 31 From: rfink@eng.umd.edu (Russell A. Fink) Newsgroups: comp.std.c,comp.programmer.c Subject: Q-> can you nest comments in var names? References: Sender: Followup-To: Distribution: world Organization: Civil Engineering Department Keywords: C, c, identifiers, nested, comments, Kernighan, Ritchie By rules of Kernighan and Ritchie, or standard adaptations of the language, can I nest comments within variable names? int number; . . . printf ("Value is %d", num/* this is obnoxious */ber); Is that obnoxious comment permitted, or is it syntactically wrong? Thanks in advance for response. -- //===== //===== Russ Fink =============== // //____ rfink@eng.umd.edu // // University of Maryland //===== //===== College Park ============