Understanding of structure padding in C with alignment
Many times I have read about the most confusing topic structure padding in C and memory alignment in C. Understanding of memory alignment is very important for a software engineer who works on the memory. Sometimes if we don’t care about memory alignment then it may cause a serious issue. I have read a lot […]
Understanding of structure padding in C with alignment Read More »