Tag Archives: c-bas

Features of C Programming Language

Prerequisite – C Language Introduction C is a simple language made in 1972 by Dennis Ritchie. It’s for system programming. C has low-level memory access, basic keywords, good for systems like OS. Important C language features are: Procedure, Speed, Modularity, Static Type, General Use, Operators, Libraries, Mid-Level, Portability, Extensibility. Procedure means step-by-step instructions. C is one way, others… Read More »