What is a unnitialised pointer?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are the differences between public, private, and protected access?

12 Answers   IBM, Oracle, Wipro,


write a program that takes 5 digit no and calculate 2 power that no and print it.

3 Answers  


What are compilers in c++?

0 Answers  


What are disadvantages of pointers?

0 Answers  


Explain the concept of dynamic allocation of memory?

0 Answers  






What is a literal in c++?

0 Answers  


What does #define mean in c++?

0 Answers  


What is while loops?

0 Answers  


What is the difference between *p++ and (*p)++ ?

0 Answers  


Is it possible for a member function to use delete this?

0 Answers  


Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)

4 Answers   HTC, TCS,


Which one is better- macro or function?

0 Answers   Fidelity,


Categories