What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?


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

Post New Answer

More C Interview Questions

What are the different types of pointers?

4 Answers   HCL, TCS,


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


Why is c called a mid-level programming language?

0 Answers  


Why is c still so popular?

0 Answers  


What happens if header file is included twice?

0 Answers  






can we access one file to one directory?

1 Answers  


convert 12345 to 54321 withoutusing strig

5 Answers  


What are different storage class specifiers in c?

0 Answers  


Are c and c++ the same?

0 Answers  


How do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


What is adt in c programming?

0 Answers  


if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?

4 Answers   Amazon, Apple, Bata, Google, NASA,


Categories