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


Please Help Members By Posting Answers For Below Questions

Why should I prototype a function?

630


Write a program to print ASCII code for a given digit.

681


what is event driven software and what is procedural driven software?

2005


shorting algorithmS

1798


What functions are used for dynamic memory allocation in c language?

597






Do you know the difference between exit() and _exit() function in c?

606


What is the size of enum in c?

614


What are inbuilt functions in c?

558


What is the difference between strcpy() and memcpy() function in c programming?

626


What is typedef struct in c?

581


What is c basic?

591


What is console in c language?

601


What is define directive?

634


Which type of language is c?

642


What is the use of a static variable in c?

587