difference between my-strcpy and strcpy ?
Answer Posted / shruti
yes there is nothing like my-strcpy..
i think u must have come accross some prog. in which a user
must have written a func. for string copy and named it as
my-strcpy...
strcppy is an in-built function for string copy.
the function body is present in string.h.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is the purpose of 'register' keyword in c language?
Why do we use null pointer?
What is derived datatype in c?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is c basic?
What is %lu in c?
please explain every phase in the "SDLC" in the dotnet.
What is a double c?
How many types of errors are there in c language? Explain
Explain how do you determine a file’s attributes?
Is calloc better than malloc?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
how logic is used
What's the difference between constant char *p and char * constant p?