What's a C expert?

John Hascall hascall at atanasoff.cs.iastate.edu
Tue Aug 15 03:02:22 AEST 1989


In article <6057> paulc at microsoft.UUCP (Paul Canniff 2/1011) writes:
}In article <12214 at well.UUCP> tmh at well.UUCP (Todd M. Hoff) writes:
 
}>           What do you need to know to be an expert C programmer?
 
}           I mean, how do you rate an expert?  I consider myself
}pretty good, but sometimes I still check the operator-precedence
}charts.  
 
     That's because they don't make sense.

}How about ... understands why a[i] equals i[a] and CAN EXPLAIN IT,

    a[i] = *(a+i), i[a] = *(i+a), a+i = i+a

}knows what a trigraph is, 

    A crock...



More information about the Comp.lang.c mailing list