What is Memory Alignment?

Answer Posted / achal ubbott

Above is correct. E.g. an ARM processor stores an integer(4
bytes wide) at an address which is multiple of 4 only. So
an integer would not be stored at say 0x0009 address.

Is This Answer Correct ?    5 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is public, protected, private in c++?

664


Who made c++?

621


What is c++ in english?

585


What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0

588


Why can templates only be implemented in the header file?

667






Differentiate between late binding and early binding.

652


Who calls main function?

592


What is an associative container in c++?

557


Explain the isa and hasa class relationships. How would you implement each?

619


What is a hash function c++?

559


Is java as fast as c++?

616


Can turbo c++ run c program?

642


What do you mean by function and operator overloading in c++?

617


What is while loops?

626


Explain the difference between static and dynamic binding of functions?

560