Explain the difference between realloc() and free() in c++?


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

Post New Answer

More C++ General Interview Questions

What is insertion sorting?

0 Answers  


What is the use of map in c++?

0 Answers  


Is linux written in c or c++?

0 Answers  


If I is an integer variable, which is faster ++i or i++?

0 Answers  


What is constant in c++ with example?

0 Answers  






What is stl containers in c++?

0 Answers  


what is c++

0 Answers  


Can I make ios apps with c++?

0 Answers  


Why do we use setw in c++?

0 Answers  


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 problem with Runtime type identification?

2 Answers  


What are c++ manipulators?

0 Answers  


Categories