Explain dangling pointer.


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

Post New Answer

More C++ General Interview Questions

What is a vector c++?

0 Answers  


Explain what data encapsulation is in c++?

0 Answers  


What is the best c++ ide?

0 Answers  


How do pointers work?

0 Answers  


What is the fastest c++ compiler?

0 Answers  


What is token c++?

0 Answers  


Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?

0 Answers  


Is there any function that can skip certain number of characters present in the input stream?

0 Answers  


Explain the differences between list x; & list x();.

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.

1 Answers  


What is a singleton c++?

0 Answers  


What is an inline function in c++?

0 Answers  


Categories