Write about the various sections of the executable image?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the purpose of the "delete" operator?

0 Answers  


How do you allocate and deallocate memory in C++?

1 Answers  


What are the basics of local (auto) objects?

0 Answers  


What compiler was used?

6 Answers   Intel,


Differentiate between late binding and early binding.

0 Answers  






What is a set in c++?

0 Answers  


Is it possible for a member function to delete the pointer, named this?

0 Answers  


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

0 Answers  


which operator is used for performing an exponential operation a) > b) ^ c) none

0 Answers  


Explain what is oop?

0 Answers  


What is singleton pattern in c++?

0 Answers  


Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?

0 Answers  


Categories