← Home
Notes
▶
Computer Networking
▶
Databases
▶
Languages
▶
Production Software
▶
Real_Time_Systems
▶
Security
README
C Operators
"+, -, asterisk, /, %, ++, --"
Can use before equals:
var+=4;
Ternary:
Shorthand if/else
({condition})?{ifTrue}:{ifFalse}