Hi,
What does code alignment mean? I know it makes code execution more efficient but howto take it into consideration for example when sorting different data types in struct, if the struct contains char, byte array ([20]), unsigned long int, unsigned short int etc. types?
Thanks 4 help.
What does code alignment mean? I know it makes code execution more efficient but howto take it into consideration for example when sorting different data types in struct, if the struct contains char, byte array ([20]), unsigned long int, unsigned short int etc. types?
Thanks 4 help.