Introduction - If you have any usage issues, please Google them yourself
For 2D array size there must be constant value in square brackets like
array[constant value][constant value]
Two const variables row and col are used to define size
if we do not make both const then error found because without const reserve word they are
behaving as variable.
Before placing both variable in square brackets they must initialized else error will be found