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 is c++ manipulator?
What is a container class? What are the types of container classes in c++?
How can you say that a template is better than a base class?
Does c++ support multilevel and multiple inheritances?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What is cout flush?
What are pointers used for c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What are the extraction and insertion operators in c++? Explain with examples.
When do we use copy constructors?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
What is flush programming?
explain the reference variable in c++?
Does c++ vector allocate memory?
Can we use pointers in c++?