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 / achal ubbott

Above is correct. E.g. an ARM processor stores an integer(4
bytes wide) at an address which is multiple of 4 only. So
an integer would not be stored at say 0x0009 address.

Is This Answer Correct ?    5 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define namespace in c++?

1111


If you don’t declare a return value, what type of return value is assumed?

1009


What is function prototyping? What are its advantages?

1152


Is c++ slower than c?

1112


What is the type of 'this' pointer?

1062


Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers

1107


What is ostream in c++?

1069


Explain the difference between c & c++?

1144


How the keyword struct is different from the keyword class in c++?

1093


When are exception objects created?

1124


What is a singleton c++?

1049


What are the steps in the development cycle?

1162


How do I download c++?

1058


What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

1231


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

2881