Write about the various sections of the executable image?
No Answer is Posted For this Question
Be the First to Post Answer
Can create new c++ operators?
Is c++ pass by reference or value?
How compile and run c++ program in turbo c++?
Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
How to get the current position of the file pointer?
Which one between if-else and switch is more efficient?
When should you use multiple inheritance?
what are prototypes
What are the differences between new and malloc?
Which sort does c++ use?
What is the difference between global variables and static varables?
What does it mean to declare a member function as virtual?