What are the differences between malloc() and calloc()?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How do you print a string on the printer?

0 Answers  


What is extern c++?

0 Answers  


What is a manipulative person?

0 Answers  


How do c++ struct differs from the c++ class?

0 Answers  


How do pointers work?

0 Answers  


Copy Linked List using recursive function?

2 Answers   Persistent,


What is a map in c++?

0 Answers  


implement stack using stack.h headerfile functions

1 Answers   Exilant, GMG, Subex, University,


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

1 Answers   Quark,


What is the basic difference between C and C++?

0 Answers   NIIT,


What do you mean by function overriding & function overloading in c++?

0 Answers  


What do you mean by abstraction in C++?

1 Answers  


Categories