What flag means?
No Answer is Posted For this Question
Be the First to Post Answer
Write a code/algo to find the frequency of each element in an array?
What is a container class? What are the types of container classes?
How do you test your code?
What is the role of copy constructor in copying of thrown objects?
What is the extension of c++?
What is #include cstdlib in c++?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
What are the different types of comments allowed in c++?
Can class objects be passed as function arguments?
What is the use of pointer in c++ with example?
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.
How the virtual functions maintain the call up?