Answer Posted / kuvaibhav
In addition to all of above, you can use 'strip' utility in
*nix to remove symbols from objects. It is usually done
before shipping executables to customers.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain dangling pointer.
What is object file? How can you access object file?
List the features of oops in c++?
the maximum length of a character constant can be a) 2 b) 1 c) 8
What is endl c++?
What are static member functions?
What is virtual destructor ans explain its use?
What are files in c++?
When must you use a pointer rather than a reference?
What is extern c++?
What is c++ stringstream?
Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300â€Â,â€ÂBullCart : 10â€Â) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side
What is namespace & why it is used in c++?
What are containers in c++?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?