It’s said that we need the size of array while compilation only and thus if we did not know the size of the array while compilation then use dynamic allocated arrays. If it is so, then why does this piece of code work
It’s a simple code. Why does this have been working all this time