This question is a continuation of Malloc call crashing, but works elsewhere
I tried the following program and I found it working (i.e. not crashing - and this was m
No.
sizeof(struct a*) is the size of a pointer. sizeof(struct a) is the size of the entire struct.
sizeof(struct a*)
sizeof(struct a)