Q. Regarding the following statement which of the statements is true?
Code:const int num = 20;
β
Correct Answer: (D)
Declares a constant num whose value will be 20
const int num = 20;
You must be Logged in to update hint/solution