Kizspy Question: 5
(Choose 1 answer)
What is the purpose of the const keyword when declaring a variable in C/C++?
A. To allow the variable to be modified
B. To prevent the variable from being modified
C. To declare a pointer
D. To allocate dynamic memory