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 difference between 123 and 0123 in c?
How do you view the path?
How many keywords (reserve words) are in c?
Where static variables are stored in memory in c?
What is variable declaration and definition in c?
Can variables be declared anywhere in c?
What is exit() function?
What is signed and unsigned?
What does main () mean in c?
using only #include
What are the types of data types and explain?
What is use of pointer?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Disadvantages of C language.
What are local variables c?