What is microsoft c++ redistributable 2013?
No Answer is Posted For this Question
Be the First to Post Answer
What is the size of a vector?
What are manipulators used for?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What is virtual destructors? Why they are used?
In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.
What are the two types of comments?
How the compilers arranges the various sections in the executable image?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
What do you mean by const correctness?
Give 2 examples of a code optimization?
If a function doesn’t return a value, how do you declare the function?
Definition of class?