Short Notes on C/C++

• Aggregates 1. Variables of the same type can be put into arrays or multi -D arrays, e.g., char letters[50], values[50][30][60]; Remark: C has no subscript checking; if you go to the end of an array, C won't ................
................