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

When should I declare a function?

836


Are negative numbers true in c?

792


What will be the outcome of the following conditional statement if the value of variable s is 10?

1066


What is the use of typedef in structure in c?

736


Describe static function with its usage?

891


Explain what is operator promotion?

852


Multiply an Integer Number by 2 Without Using Multiplication Operator

563


What is the explanation for cyclic nature of data types in c?

896


What do you mean by dynamic memory allocation in c?

869


What is register variable in c language?

850


What is class and object in c?

829


What the different types of arrays in c?

838


With the help of using classes, write a program to add two numbers.

856


What does a function declared as pascal do differently?

829


What is meant by inheritance?

866