What is pointer in oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is overloading in oops?
what is the difference between class to class type conversion and copy constructor ?
What is the real time example of inheritance?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Write 7 differences between "Public" function and "Private" function?
Is abstract thinking intelligence?
write a C++ program for booking using constructor and destructor.
What is stream in oop?
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile
Why do pointers exist?
Difference between vector and array
what is the 3 types of system development life cycle