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
Is c++ a programming language?
Is c++ a high level language?
What is a hashmap c++?
What is overloading unary operator?
What is the use of :: operator in c++?
Explain queue. How it can be implemented?
Do vectors start at 0 c++?
What is a driver program?
Can user-defined object be declared as static data member of another class?
Why c++ is not a pure oop language?
How many ways can a variable be initialized into in C++?
What is c++ similar to?
What are containers in c++?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?