Content deleted Content added
→Economy of expression: there might not be actual "arrays"; bounds violation is already mentioned (more than once) |
|||
Line 84:
==Economy of expression==
One occasional criticism of C is that it can be concise to the point of being cryptic. A classic example that appears in K&R<ref>Brian W. Kernighan and Dennis M. Ritchie: ''The C Programming Language,'' 2<sup>nd</sup> ed., p. 106. Note that this
void strcpy(char *s, char *t)
|