C Programming Language

C Programming Language

TypeProgramming Language
Language CategoryCompiled
First Release1972
Most Recent ReleaseC23 / October 31, 2024
Filename Extensions.c, .h

1 Description

C is a strictly typed, compiled programming langage. C is used when precise manipulation of a CPU, memory control, data manipulation is desired. C is typically used for things like operating system development; as an example, the Linux kernel is written in C. Programs written in C may also include assembly embedded directly into the source code.

This document was last updated: