Hi! I've been looking for working code example that uses 2d arrays with fwrite and fread but haven't found any. So I tried to realize it myself but I cannot get it work. The goal is to make 2d array according to the given size, for example 10x10 and then to write these values into file and afterwards to read these ...