const
, restrict
, volatile
Const
Protect argument from using Call by Reference and make them read-only
- can be in function definition header parameter declaration
- can mark a member function as const
const function
Use keyword const after function declaration and heading for const function