Why null pointer is used?
No Answer is Posted For this Question
Be the First to Post Answer
Who created c++?
Explain the difference between using macro and inline functions?
What is the use of c++ programming language in real life?
Explain differences between new() and delete()?
What are function prototypes?
What is a friend function in c++?
Write is a binary search tree? Write an algo and tell complexity?
const char * char * const What is the differnce between the above two?
Carry out conversion of one object of user-defined type to another?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
Is it possible for the objects to read and write themselves?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.