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

Explain the different access specifiers for the class member in c++.

0 Answers  


Can we have "Virtual Constructors"?

10 Answers   TCS,


Are vectors faster than arrays?

0 Answers  


How many storage classes are available in C++?

1 Answers  


Can user-defined object be declared as static data member of another class?

0 Answers  






What is the difference between ++ count and count ++?

0 Answers  


How does c++ structure differ from c++ class?

0 Answers  


What are the manipulators in c++?

0 Answers  


Explain dangling pointer.

0 Answers  


What does asterisk mean in c++?

0 Answers  


What is a buffer c++?

0 Answers  


Define a conversion constructor?

0 Answers  


Categories