Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
No Answer is Posted For this Question
Be the First to Post Answer
What is &x in c++?
How can an improvement in the quality of software be done by try/catch/throw?
which is the easy way to divide any integer by 2?
How would you use the functions sin(), pow(), sqrt()?
Define stacks. Provide an example where they are useful.
Explain all the C++ concepts using examples.
Can you explicitly call a destructor on a local variable?
Is there any problem with the following: char *a=NULL; char& p = *a;?
What is c++ used for in games?
When does a name clash occur?
How do you flush std cout?
How would you obtain segment and offset addresses from a far address of a memory location?