Answer Posted / swetcha
A. memcpy can copy null bytes also if the size of memory is
given
strcpy stops after the first null byte.
| Is This Answer Correct ? | 31 Yes | 1 No |
Post New Answer View All Answers
Why we use stdio h in c?
What are identifiers and keywords in c?
What is the use of sizeof () in c?
Explain what are the different data types in c?
Add Two Numbers Without Using the Addition Operator
Is c dynamically typed?
How can I implement sets or arrays of bits?
What are multidimensional arrays?
What is array in c with example?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Write a C program to count the number of email on text
What are structural members?
What is a MAC Address?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is header file in c?