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 is c++ different from java?
Discussion on error handling of C++ .
How a pointer differs from a reference?
What is the history of c++?
What is the output of the following program? Why?
What is an associative container in c++?
What is a dynamic binding in c++?
Why Pointers are not used in C++?
What is the difference between an enumeration and a set of pre-processor # defines?
What is the difference between C and CPP?
What are the two shift operators and what are their functions?
Explain the problem with overriding functions
how to connect with oracle 9i with server in socket program in c/c++
What is the use of setfill in c++?
Why was c++ created?