What is the difference between the functions memmove() and memcpy()?


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

Post New Answer

More C++ General Interview Questions

what is C++ objects?

0 Answers  


structure contains int, char, float how it behaves for big endian and little endian?

1 Answers   BITS,


Is c++ proprietary?

0 Answers  


Is there anything you can do in C++ that you cannot do in C?

1 Answers  


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

0 Answers   Yahoo,


What is the difference between C and CPP?

0 Answers   iNautix,


What's c++ used for?

0 Answers  


What is data types c++?

0 Answers  


Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,


why can't we declare data member of class auto register or extern

1 Answers  


Explain register storage specifier.

0 Answers  


Can a program run without main function?

0 Answers  


Categories