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...


How the compilers arranges the various sections in the
executable image?



How the compilers arranges the various sections in the executable image?..

Answer / kiran

Using RGB information stored in the memory of that
particular pixel

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C++ General Interview Questions

Why c++ is created?

0 Answers  


What is the difference between new() and malloc()?

4 Answers  


Which software is best for c++ programming?

0 Answers  


Can a built-in function be recursive?

0 Answers  


What is name mangling?

3 Answers  


Write a C++ Program to check whether a number is prime number or not?

0 Answers   IBS,


class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


Explain some examples of operator overloading?

0 Answers  


1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v

5 Answers   Quark,


How many static variables are created if you put one static member into a template class definition?

0 Answers  


What is the best way to declare and define global variables?

0 Answers  


What do you mean by vtable and vptr in c++?

0 Answers  


Categories