C parsing: significance of spaces

Doug Gwyn gwyn at brl-vgr.ARPA
Wed May 2 08:05:13 AEST 1984


I would like to know what combination of C language rules forces the
parsing of
	a+++b
as
	a++ + b
rather than
	a + ++b

I hope the C Language Standards Committee has addressed this issue.



More information about the Comp.lang.c mailing list