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
What should main() return in c and c++?
Can I learn c++ in a week?
What is split a string in c++?
What is the return value of the insertion operator?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
What does it mean to declare a member variable as static?
What kind of problems can be solved by a namespace?
What is iostream in c++ used for?
What are friend classes? What are advantages of using friend classes?
What is the auto keyword good for in c++?
What is an associative container in c++?
Explain the concept of memory leak?
Why is main function important?
How a new operator differs from the operator new?
Explain some examples of operator overloading?