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
how to find anagram without using string functions using only loops in c programming
What is the argument of a function in c?
What is volatile variable how do you declare it?
What are directives in c?
Can 'this' pointer by used in the constructor?
What is double pointer?
Differentiate call by value and call by reference?
Explain which function in c can be used to append a string to another string?
What is the use of ?
Explain how do you determine a file’s attributes?
FILE PROGRAMMING
Write a program to print “hello world” without using semicolon?
What does c in a circle mean?
What does %d do?
How to compare array with pointer in c?