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 a structure member in c?
How can I manipulate strings of multibyte characters?
code for find determinent of amatrix
What is the difference between ++a and a++?
Tell us bitwise shift operators?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Where are some collections of useful code fragments and examples?
What is the difference between malloc calloc and realloc in c?
What is the use of a conditional inclusion statement in C?
Explain how can you determine the size of an allocated portion of memory?
Why we write conio h in c?
Explain how can I manipulate strings of multibyte characters?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is the Purpose of 'extern' keyword in a function declaration?
What does calloc stand for?