What are pointers, when declared, intialized to

a) NULL

b) Newly allocated memory

c) Nothing. Its random



What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothin..

Answer / Vivek Ranjan

a) NULL

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is the main function c++?

1 Answers  


Is there a datatype string in c++?How is the memory allocation?

3 Answers  


Why should we use null or zero in a program?

1 Answers  


Why do we use templates?

1 Answers  


What is cout flush?

1 Answers  


What is called array?

1 Answers  


what is a reference variable in C++?

1 Answers  


Explain differences between new() and delete()?

1 Answers  


Explain friend class?

1 Answers  


Can we change the basic meaning of an operator in c++?

1 Answers  


Is string data type in c++?

1 Answers  


Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].

1 Answers  


Categories