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
What is sizeof return in c?
What is #include stdio h?
Simplify the program segment if X = B then C ← true else C ← false
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What does return 1 means in c?
Explain union.
Write the Program to reverse a string using pointers.
Explain is it valid to address one element beyond the end of an array?
Can two or more operators such as and be combined in a single line of program code?
How can you call a function, given its name as a string?
What does *p++ do?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What are the three constants used in c?
How will you delete a node in DLL?
What is oops c?