what is the difference between strcpy() and memcpy() function?
Answer Posted / vinoth kumar
strcpy copies the data from one string to another...
memcpy copies the data's memory...
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Write a program to swap two numbers without using a temporary variable?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is the difference between declaring a variable and defining a variable?
What is self-referential structure in c programming?
what is the difference between 123 and 0123 in c?
Explain the bubble sort algorithm.
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
plz let me know how to become a telecom protocol tester. thank you.
what is the difference between class and unio?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Explain how do you list files in a directory?
If the size of int data type is two bytes, what is the range of signed int data type?
what is the structure pointer?
What is pointer to pointer in c with example?
Explain the difference between the local variable and global variable in c?