Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 16:
The programming practice that Spolsky used to make his point was repeated concatenation of null-terminated character arrays ("strings").<ref name="basics" />
The first step in every implementation of the [[C standard library|standard C library]] function for
In Spolsky's example, the "Schlemiels" occur when multiple strings are being concatenated together:
|