What happens if a pointer is deleted twice?


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

Post New Answer

More C++ General Interview Questions

What is guard code in c++?

0 Answers  


List the advantages of inheritance.

0 Answers  


What is array in c++ pdf?

0 Answers  


difference between macro and function?

3 Answers  


Which is best ide for c++?

0 Answers  






Do you know the problem with overriding functions?

0 Answers  


Define a nested class.

0 Answers  


What is c++ manipulator?

0 Answers  


what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?

2 Answers  


Define 'std'.

0 Answers  


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

0 Answers  


Define token in c++.

0 Answers  


Categories