C is a general-purpose, procedural programming language developed by Dennis Ritchie in 1972 at Bell Laboratories. It is widely used for system-level programming.
Structured programming language
Fast and efficient
Portable
Supports low-level memory access
Rich set of operators
Modular through functions
Easy to learn
High performance
Close to hardware
Basis for many modern languages
Widely supported compilers
#include : Includes standard input/output functions
main() : Entry point of the program
printf() : Displays output
return 0; : Ends program execution
Keywords: int, return, if, while
Identifiers: Variable and function names
Constants: Fixed values such as 10, 5.5
Operators: +, -, *, /
Special Symbols: { } ( ) ;
int – Integer values
float – Decimal values
double – Double precision values
char – Single character
Operating systems
Embedded systems
Compilers
Database systems
Game development
Take quizzes related to this topic and see where you stand!
Start Quiz Now