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

Post New Answer

More C++ General Interview Questions

Does c++ have foreach?

0 Answers  


What is the difference between interpreters and compilers?

0 Answers  


Is there finally in c++?

0 Answers  


Difference between static global and global?

16 Answers   Microsoft, Symphony, Wipro,


What is the difference between a reference and a pointer?

0 Answers  






What is size of Empty Class?

3 Answers   Persistent,


what is a reference variable in C++?

0 Answers  


What is the output of the following program? Why?

0 Answers  


What are 2 ways of exporting a function from a dll?

0 Answers  


What is c++ and its features?

0 Answers  


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


What is array give example?

0 Answers  


Categories