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
Does c++ have foreach?
What is the difference between interpreters and compilers?
Is there finally in c++?
Difference between static global and global?
16 Answers Microsoft, Symphony, Wipro,
What is the difference between a reference and a pointer?
What is size of Empty Class?
what is a reference variable in C++?
What is the output of the following program? Why?
What are 2 ways of exporting a function from a dll?
What is c++ and its features?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
What is array give example?