+ 2
You use 'const' before the database-keyword For example : const double pi = 3.14159; In that, pi is the variable, double is the keyword , const makes the 'pi' sticks to a value of 3.14159
1st Dec 2016, 2:30 PM
Wen Qin
Wen Qin - avatar