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
a program that can input number of records and can view it again the record
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What is null pointer constant?
pierrot's divisor program using c or c++ code
Explain how do you determine a file’s attributes?
What are the 4 types of organizational structures?
Tell me what is the purpose of 'register' keyword in c language?
Should I learn data structures in c or python?
Can static variables be declared in a header file?
What are multibyte characters?
Explain function?
How do you determine a file’s attributes?
Difference between malloc() and calloc() function?
What are predefined functions in c?