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
When should I declare a function?
Are negative numbers true in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is the use of typedef in structure in c?
Describe static function with its usage?
Explain what is operator promotion?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is the explanation for cyclic nature of data types in c?
What do you mean by dynamic memory allocation in c?
What is register variable in c language?
What is class and object in c?
What the different types of arrays in c?
With the help of using classes, write a program to add two numbers.
What does a function declared as pascal do differently?
What is meant by inheritance?