1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/* * * 6.20 * * */ int main () { /* We should do it when we only need to read the data. There is no point accidentally writing to something we did not intend to write to. Because if we had used const we would not be allowed to. */ return 0; }