Criticism of the C programming language: Difference between revisions

Content deleted Content added
Xerxesnine (talk | contribs)
Line 15:
C does not have some features that are available in some other programming languages:
* No assignment of arrays or strings (copying can be done via standard functions; assignment of objects having <code>struct</code> or <code>union</code> type is supported)
* No [[Garbage collection (computer science)|automatic garbage collection]]
* No requirement for [[bounds checking]] of arrays
* No [[array programming|operations on whole arrays]]