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

Post New Answer

More C Interview Questions

Write a C program to perform some of the operation which can be performed using Single linked list

1 Answers   Qualcomm,


where are auto variables stored? What are the characteristics of an auto variable?

0 Answers  


Write programs for String Reversal & Palindrome check

0 Answers   TISL,


If the size of int data type is two bytes, what is the range of signed int data type?

0 Answers  


What are called c variables?

0 Answers  






What is omp_num_threads?

0 Answers  


What is multidimensional arrays

0 Answers  


What is the use of static variable in c?

0 Answers  


What are the rules for the identifier?

0 Answers  


what is the full form of c language

9 Answers   Satyam, TCS, VNC,


What is FIFO?

0 Answers  


How can I recover the file name given an open stream?

0 Answers  


Categories