Explain the difference between realloc() and free() in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any difference between dlearations int* x and int *x? If so tell me the difference?
How do you sort a sort function in c++ to sort in descending order?
Is c++ the hardest programming language?
Explain the difference between new() and malloc() in c++?
What is an adaptor class in c++?
What is new in c++?
Is it possible for the objects to read and write themselves?
Define upcasting.
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
We use library functions in the program, in what form they are provided to the program?
Explain the benefits of proper inheritance.