Q-> can you nest comments in var names?

Russell A. Fink rfink at eng.umd.edu
Thu Oct 11 07:18:29 AEST 1990


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 at eng.umd.edu        
 //        //          University of Maryland
//=====   //=====      College Park  ============



More information about the Comp.std.c mailing list