You are to write your own versions of strcpy() and strlen
(). Call them mystrcpy() and mystrlen(). Write them first
as code within main(), not as functions, then, convert them
to functions.
You will pass two arrays to the function in the case of
mystrcpy(), the source and target array.
No Answer is Posted For this Question
Be the First to Post Answer
How can I do graphics in c?
why programming language C is still used in operating system's kernel??
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
How can you check to see whether a symbol is defined?
print the palindrome numbers in between 0 to n
What is main () in c language?
If I have a char * variable pointing to the name of a function ..
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
What is scope rule of function in c?
How do I determine whether a character is numeric, alphabetic, and so on?