difference between my-strcpy and strcpy ?

Answer Posted / ningappa

strcpy is a library function and my-strcpy is a user
defined function......The function definition of strcpy
will be called when string.h library is added,whereas the
definition of my-strcpy has to be included by the user....

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What’s the special use of UNIONS?

876


How do I use void main?

845


What are the types of type qualifiers in c?

844


What is a keyword?

942


How can you tell whether two strings are the same?

1038


What are variables c?

815


Is that possible to store 32768 in an int data type variable?

877


What is #include stdlib h?

858


What does s c mean in text?

828


What is a stream water?

898


What are pragmas and what are they good for?

755


What is a MAC Address?

828


Is array name a pointer?

815


How does struct work in c?

815


Explain function?

867