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
Keyword mean in declaration?
What is const pointer and const reference?
What is anonymous object in c++?
Should I learn c or c++ first?
How much maximum can you allocate in a single call to malloc()?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
Where do I find the current c or c++ standard documents?
Which operator cannot overload?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Why pointer is used in c++?
Explain virtual destructor?
What are structures and unions?
Write a function that swaps the values of two integers, using int* as the argument type?
What is problem with overriding functions?
What does new do in c++?