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
What’s the special use of UNIONS?
How do I use void main?
What are the types of type qualifiers in c?
What is a keyword?
How can you tell whether two strings are the same?
What are variables c?
Is that possible to store 32768 in an int data type variable?
What is #include stdlib h?
What does s c mean in text?
What is a stream water?
What are pragmas and what are they good for?
What is a MAC Address?
Is array name a pointer?
How does struct work in c?
Explain function?