This repo is a collection of small practice exercices in the C language -> online compiler and debugger for c/c++.
- Variable declaration
- char var as int var
- floating
- type casting
- type casting2
- explicit cast3
- constants
- defined constants
- printing integers
- printing floats
- scanf function/reading input
- arithmetic operators on integers
- arithmetic operatos on floats
- logical operators example
- ro: operatori relationali pe nr intregi
- ro: operatori relationali pe foats
- ro: cand 1.1 != 1.1
- ro: operatori la nivel de bit
- ro: inversare 2 valori cu operatorul XOR
- ro: operatori de atribuire
- ro: alti operatori
- ro: operatori unari
- ro: precedenta operatorilor