Explain what you mean by a pointer.
No Answer is Posted For this Question
Be the First to Post Answer
the maximum length of a character constant can be a) 2 b) 1 c) 8
How do you establish an is-a relationship?
Which software is best for c++ programming?
how to explain our contribution in the project?
Describe the advantages of operator overloading?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
How should a contructor handle a failure?
What is the use of volatile keyword in c++? Give an example.
Describe private, protected and public?
What is the difference between multiple and multilevel inheritance in c++?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random