Difference between strcpy() and memcpy() function?


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

Post New Answer

More C Interview Questions

an algorithem for the implementation of circular doubly linked list

1 Answers  


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

0 Answers  


main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }

2 Answers  


What is a struct c#?

0 Answers  


What is the use of sizeof () in c?

0 Answers  


how to copy a string without using c function

5 Answers  


What is a char in c?

0 Answers  


Which is better oop or procedural?

0 Answers  


difference between object file and executable file

0 Answers  


Explain how do you declare an array that will hold more than 64kb of data?

0 Answers  


How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.

0 Answers  


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

0 Answers  


Categories