goonsite
Notes
Projects
Sitemap
Messages
Tools
online
Security Notes
Computer Networking
Databases
Languages
Production Software
Real_Time_Systems
Security
README
Security 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}