References: <2432 at hub.UUCP> In article <2432 at hub.UUCP>, dougp at voodoo.ucsb.edu writes: > -Message-Text-Follows- > main() > { > int a=1,b=2,*p=&a,c; > c=b/*p; > } > > First real flaw in the C grammer I have found.