stackoverflow.com/questions/20737176/how-are-c-struct-members-allocated

While attempting to create a memory manager for future C programs, I've come across this question:

"when structs are allocated, are their member fields stored in the order specified?"

For instance,


Comments (0)

Sign in to post comments.