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 is the disadvantage of using macros?

1 Answers   Wipro,


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

0 Answers  


What is the relationship between pointers and data structure?

0 Answers  


swap 2 numbers without using third variable?

0 Answers   IBS,


How can you allocate arrays or structures bigger than 64K?

0 Answers  






What is wrong in this statement?

0 Answers  


find second largest element in array w/o using sorting techniques? use onle one for loop.

15 Answers   BitWise, Zycus Infotech,


write a program to display reverse of a number using for loop?

14 Answers  


Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********

4 Answers  


c program to arrange digits in a no in ascending and descending order

1 Answers  


List a few unconditional control statement in c.

0 Answers  


parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..

4 Answers  


Categories