2 lines
109 B
C++
2 lines
109 B
C++
int const\
|
|
ant; // defines a variable of type int named constant, not a variable of type int const named ant
|