What is pointer in c++ with example?
No Answer is Posted For this Question
Be the First to Post Answer
What are c++ data types?
How much maximum can you allocate in a single call to malloc()?
What is the protected keyword used for?
Is oops and c++ same?
Difference between const char* p and char const* p?
What do you mean by function overriding & function overloading in c++?
Which ide is best for c++?
Why is polymorphism useful?
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
In a class only declaration of the function is there but defintion is not there then what is that function?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What is dangling pointers?and what is memory leak?