doctor in the points2d and 3d exercise we needed to scan a struct of 3 points each of type double from the binary file.. can we use fread(array, sizeof(struct), 1, f)
or is it since the size of struct different than the total size of the 3 double numbers that we cannot use such syntax? although in the exercise session we used sizeof(student) in one of the exercises