What is C?
- C is a general-purpose programming language that was originally developed in the 1970s by Dennis Ritchie at Bell Labs.
- C is a compiled language, meaning that the code is translated into machine code by a compiler before it can be executed.
- C is a low-level language, which means that it provides a great deal of control over hardware resources and memory management.
- C is a procedural language, which means that it focuses on writing functions or procedures that perform specific tasks.
- C is a strongly typed language, which means that every variable must be declared with a specific data type before it can be used.
- C supports pointers, which are variables that hold memory addresses.
Index:
- C Syntax ⇐ scrivere di dei punti dei spazzi e delle regole di spaziatura
- C Comments
- C Print Output ⇐
- Escaping Sequences
- C User Input
Data Types:
Operators:
- C Arithmetic Operators
- C Increment and Decrement Operators
- C Assignment Operators
- C Comparison Operators
- C Logical Operators
- C Bytwise Operators ⇐
Control Flow:
Pointers:
Functions: