Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is Memory Alignment?

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


Please Help Members By Posting Answers For Below Questions

Keyword mean in declaration?

1113


What is const pointer and const reference?

1227


What is anonymous object in c++?

1134


Should I learn c or c++ first?

1175


How much maximum can you allocate in a single call to malloc()?

1149


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?

1021


Where do I find the current c or c++ standard documents?

1134


Which operator cannot overload?

1095


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 .

1200


Why pointer is used in c++?

1225


Explain virtual destructor?

1250


What are structures and unions?

1063


Write a function that swaps the values of two integers, using int* as the argument type?

1076


What is problem with overriding functions?

1114


What does new do in c++?

1125