Explain the difference between realloc() and free() in c++?
No Answer is Posted For this Question
Be the First to Post Answer
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
What is bubble sort c++?
What parameter does the constructor to an ofstream object take?
Is c++ a dying language?
What are the advantages of C++ programming compared to C programming?
What is c strings syntax?
What are c++ templates used for?
How do you save a c++ program?
Explain the ISA and HASA class relationships. How would you implement each in a class design?
Is it possible to get the source code back from binary file?
tell me about yourself ?i want answer for frehers with various exasmples?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??