What is the difference between strcpy() and strncpy()?


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

Post New Answer

More C++ General Interview Questions

What is std :: endl?

0 Answers  


How do you find out if a linked-list has an end?

0 Answers  


How to avoid a class from instantiation?

8 Answers   Symphony,


There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?

1 Answers   TCS,


how to find the maximum of 10 numbers ?

5 Answers  






What are the uses of typedef in a program?

0 Answers  


What is auto type c++?

0 Answers  


Keyword mean in declaration?

0 Answers  


When copy constructor can be used?

4 Answers   Symphony,


What is a "Copy Constructor"?

2 Answers  


What is an ABC: an "Abstract Base Class"?

1 Answers  


How do you know that your class needs a virtual destructor?

5 Answers   Lucent,


Categories