Explain 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

WAP to find that given no is small or capital

3 Answers  


What are external variables in c?

0 Answers  


What is static memory allocation?

0 Answers  


wap to print "hello world" without using the main function.

22 Answers   TCS, Wipro,


What is indirection in c?

0 Answers  






how to sort two array of characters and make a new array of characters.

1 Answers   Accenture,


How Many Header Files in c?

2 Answers   TCS,


a number is perfect if it is equal to the sum of its proper divisor.. 6 is perfect number coz its proper divisors are 1,2 and three.. and 1+2+3=6... a number is deficient if the sum of its proper divisor is less than the number.. sample: 8 is deficient, coz its proper divisors are 1,2 and 4, and 1+2+4=7. abundant number, if the sum of its proper divisor is greater than the number.. sample..12 is abundant coz 1+2+3+4+6=16 which is geater than 12. now write a program that prompts the user for a number, then determines whether the number is perfect,deficient and abundant..

1 Answers  


Is c object oriented?

0 Answers  


how memory store byte

4 Answers   Huawei,


What is the difference between CV and Resume ?

2 Answers  


What is the method to save data in stack data structure type?

0 Answers  


Categories