Difference between strdup and strcpy?


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

Post New Answer

More C++ General Interview Questions

Why is c++ not purely object oriented?

0 Answers  


What is c++ mutable?

0 Answers  


Are vectors faster than arrays?

0 Answers  


What is the outcome of cout< a) 16 b) 17 c) 16.5

0 Answers  


what are Operators and explain with an example?

0 Answers  


What is a stack? How it can be implemented?

0 Answers  


Is c++ platform dependent?

0 Answers  


What is difference between c++ and c ++ 14?

0 Answers  


class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;

1 Answers   Quark,


What is the difference between a declaration and a definition?

0 Answers  


why we cant create array of refrences

4 Answers  


Why is c++ considered difficult?

0 Answers  


Categories