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


Please Help Members By Posting Answers For Below Questions

explain what is a newline escape sequence?

683


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

1709


What is ponter?

768


Explain how do you search data in a data file using random access method?

691


What is array of pointers to string?

564






What is sizeof int in c?

596


what is different between auto and local static? why should we use local static?

641


What is volatile variable how do you declare it?

562


write a c program to find the sum of five entered numbers using an array named number

1617


How will you find a duplicate number in a array without negating the nos ?

1639


Explain what are multidimensional arrays?

596


Explain main function in c?

622


What is c language in simple words?

588


What tq means in chat?

579


What is %g in c?

614