What is realloc() and free()? What is difference between them?
The free subroutine frees a block of memory previously allocated by the malloc subroutine. The realloc () function is used to allocate memory and has the following prototype: void * realloc (void * ptr, unsigned int num);
| Is This Answer Correct ? | 0 Yes | 0 No |
What are c++ tokens?
What is c++ namespace?
What is an opaque pointer?
What is the use of map in c++?
What is called array?
Explain working of printf?
How many types of modularization are there in c++?
Which operator cannot be overloaded c++?
What is enum class in c++?
Do you need a main function in c++?
What is an operator in c++?
What is the purpose of ios::basefield in the following statement?