Can someone explain the difference between a static and const variable?
static
const
static keyword defines the scope of variables whereas const keyword defines the value of variable that can't be changed during program execution