KnowraC (programming language)Linked fromLinked fromThe 21 pages that link to C (programming language), each with the reason it gives.All 21Broader topic 4Related 8Narrower topic 1Compared with 8FortranCompared with: C is a common alternative for high-performance code and a frequent interoperability partner for Fortran.Assembly languageCompared with: C retains low-level control while expressing most operations more portably and compactly.Python (programming language)Compared with: C offers finer control and often faster execution, while Python favors convenience and readability.COBOLCompared with: C emphasizes compact systems-level control rather than COBOL’s record-oriented business syntax.BASICCompared with: C exposed lower-level control and memory operations that BASIC largely hid from beginners.High-level programming languageCompared with: C occupies a debated middle ground: portable abstractions coexist with close hardware control.Low-level programming languageCompared with: C occupies a middle ground between hardware-oriented code and stronger abstractions.Niklaus WirthCompared with: C favors close access to machine resources, unlike Wirth’s more strongly structured teaching languages.