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
How do you define a function?
What is #define in c?
What is structure in c definition?
Can we replace the struct function in tree syntax with a union?
How can I get the current date or time of day in a c program?
How can I use a preprocessorif expression to ?
How many types of arrays are there in c?
Explain #pragma statements.
What is the use of a static variable in c?
Why does everyone say not to use gets?
What is double pointer in c?
Can include files be nested? How many levels deep can include files be nested?
what type of questions arrive in interview over c programming?
What is the purpose of void in c?
What is variable declaration and definition in c?