Explain the difference between strcpy() and memcpy() function?
No Answer is Posted For this Question
Be the First to Post Answer
What is data structure in c language?
how to find the kth smallest element in the given list of array elemnts.
What does *p++ do?
What will be the output of x++ + ++x?
What is #include in c?
What is the process to create increment and decrement stamen in c?
about c language
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
When do we get logical errors?
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
what is a headerfile?and what will be a program without it explain nan example?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference