Describe delete operator?


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

Post New Answer

More C++ General Interview Questions

Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

0 Answers  


what is data Abstraction

2 Answers  


Why do we use string in c++?

0 Answers  


Difference between Constructors and static constructors?

3 Answers   IBM, TCS,


Write a short code using c++ to print out all odd number from 1 to 100 using a for loop

0 Answers  






What are the extraction and insertion operators in c++? Explain with examples.

0 Answers  


By using c++ with an example describe linked list?

0 Answers  


What is the precedence when there is a global variable and a local variable in the program with the same name?

0 Answers  


List the special characteristics of constructor.

0 Answers  


Can c++ be faster than c?

0 Answers  


What is an object in c++?

0 Answers  


What do you mean by Stack unwinding?

1 Answers  


Categories