1.

Write a short note const keyword with an example.

Answer»

const is the keyword used to declare a constant, const keyword modifies / restricts the accessibility of a variable. So, it is known as Access modifier.



Discussion

No Comment Found