Why pointer is used in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Define pre-condition and post-condition to a member function in c++?
Explain the difference between struct and class in terms of access modifier.
What is the difference between a pointer and a link in c ++?
What are arithmetic operators?
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
What is pure virtual function?
Difference between declaration and definition of a variable.
What is using namespace std in c++?
Explain the register storage classes in c++.
What is ifstream c++?
Can we delete this pointer in c++?
Can we define function inside main in c++?