Difference between pointer to constant and constant pointer to a constant. Give example.
No Answer is Posted For this Question
Be the First to Post Answer
What is null c++?
Will the following program execute?
Differentiate between realloc() and free().
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?
class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.
What is the iunknown interface?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What is the difference between while and do while loop? Explain with examples.
How do I open binary files?
Is nan a c++?
What are the benefits of oop in c++?
What is java and c++?