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

Which algorithm do you like the most? Why?

2 Answers   Google,


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


What are advantages of c++?

0 Answers  


Can a program run without main?

0 Answers  


What happens if a pointer is deleted twice?

0 Answers   Flextronics,






Why do we learn c++?

0 Answers  


What do you mean by a template?

0 Answers  


How will you call C functions from C ++ and vice-versa?

0 Answers   Agilent, Tavant Technologies, Thomson Reuters, Verifone,


How to declare an array of pointers to integer?

0 Answers  


what is upcasting in C++?

0 Answers  


What is an object in c++?

0 Answers  


What is the difference between prefix and postfix versions of operator++()?

0 Answers  


Categories