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
Write a struct time where integer m, h, s are its members?
When should we use container classes instead of arrays?
List down the guideline that should be followed while using friend function.
Why c++ does not have finally?
What is #include iostream?
What is pair in c++?
When should I use unitbuf flag?
What is difference between class and function?
What does iomanip mean in c++?
what are function pointers?
What are the effects after calling the delete this operator ?
What is the use of endl in c++?
Why is c++ not purely object oriented?
program explaining feautures of c++
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be