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
What is the value of uninitialized variable in c?
Is null a keyword in c?
List the difference between a "copy constructor" and a "assignment operator"?
How can you determine the size of an allocated portion of memory?
What are dangling pointers in c?
how logic is used
What is call by value in c?
What oops means?
What is dynamic dispatch in c++?
What are the benefits of c language?
Differentiate between full, complete & perfect binary trees.
Do array subscripts always start with zero?
What is the sizeof () a pointer?
Explain what will the preprocessor do for a program?
What is printf () in c?