difference between my-strcpy and strcpy ?
Answer Posted / vinod
There is nothing as my-strcpy,ur-strcpy etc...
u need to look at man page before doing anything silly..
As a programmer u need to understand naming conventions
better...
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is the use of header files?
What is function definition in c?
Explain about block scope in c?
program for reversing a selected line word by word when multiple lines are given without using strrev
Can we access the array using a pointer in c language?
What are valid operations on pointers?
Is there any data type in c with variable size?
How many levels deep can include files be nested?
What is define directive?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is void main ()?
What is "Duff's Device"?
What is malloc and calloc?
What is pointers in c?
What is s in c?