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 is time_t c++?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
When is the destructor called?
What is a pointer with example?
Is there any difference between dlearations int* x and int *x? If so tell me the difference?
How to create a reference variable in C++
Define upcasting.
program in c++ to input digits and print in words
What is operator overloading in c++ example?
Explain selection sorting. Also write an example.
What is function prototyping? What are its advantages?
Search for: what is pair in c++?