What is a wchar_t in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Const char *p , char const *p What is the difference between the above two?
Can we make copy constructor private in c++?
Explain the virtual inheritance in c++.
What is function overriding in c++?
What are different types of typecasting supported by C++
Explain the difference between new() and malloc() in c++?
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.
Define linked lists with the help of an example.
What are stacks? Give an example where they are useful.
What do you mean by friend class & friend function in c++?
What are the four partitions in which c++ compiler divides the ram?
Write a program to find the Factorial of a number