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 diffrenet bettwen HTTP and internet protocol
What is the usage of the pointer in c?
Is that possible to add pointers to each other?
Can you apply link and association interchangeably?
What is sizeof return in c?
What are the types of arrays in c?
What is the explanation for prototype function in c?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What is header file definition?
Explain what is the difference between a string and an array?
What is the use of linkage in c language?
What is time null in c?
What are directives in c?
Is return a keyword in c?
What is the condition that is applied with ?: Operator?