Is there a difference between static const int and const int?

90 Views Asked by At

Is there a difference between const int with the preceded class qualifier of const (static const int) and const int or is it the same?

If it isn´t equivalent,

Why should I explicitly make a const variable also static?

0

There are 0 best solutions below