Which function should be used to free the memory allocated by calloc()?
No Answer is Posted For this Question
Be the First to Post Answer
How java is different from c and c++?
Difference between Overloading and Overriding?
35 Answers Appnetix Techno, GameLoft, HP, IBM, NIIT, Rohde and Schwarz,
What do you mean by friend class & friend function in c++?
Tell me what are static member functions?
Explain what you mean by a pointer.
How do you initialize a string in c++?
Explain the operation of overloading of an assignment operator.
What are function poinetrs? where are they used?
Show the declaration for a static member variable.
How did c++ start?
What are shallow and deep copy?
string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring