What are pointers, when declared, intialized to
a) NULL
b) Newly allocated memory
c) Nothing. Its random
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between object-oriented programming and procedural programming?
what is pre-processor in C++?
Which is better turbo c++ or dev c++?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
Why would you use pointers in c++?
What operator is used to access a struct through a pointer a) >> b) -> c) *
What is the difference between C and CPP?
What is a null object in c++?
What does the linker do?
Do class declarations end with a semicolon? Do class method definitions?
What is the most useful programming language?
What is the purpose of templates in c++?