Answer Posted / sv
Memory alignment is the restriction imposed on memory
allocation in such a way that values associated with
multibyte get assigned only at certain places of memory.
Such Memory alignment though generally not very common
issue in OOPS terminology as the compiler takes care of
allocation of bytes at proper locations.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
How can you say that a template is better than a base class?
When is the destructor called?
Is map ordered c++?
What is flush programming?
What is the size of a vector?
Comment on c++ standard exceptions?
Describe the advantage of an external iterator.
How static variables and local variablesare similar and dissimilar?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
What is c++ virtual inheritance?
What do you mean by a template?
Which is most difficult programming language?
Does c++ vector allocate memory?
Can a built-in function be recursive?
Write syntax to define friend functions in C++.