+2 votes
in Class 12 by kratos

How constants can be declared in a program? Give one example.

1 Answer

+4 votes
by kratos
 
Best answer

Syntax: const =

; **For Example:** const int size = 50;
...