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 to execute a program using if else condition and the output should enter number and the number is odd only...
Write a program to implement queue.
write a program to print largest number of each row of a 2D array
What are header files in c?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What functions are in conio h?
What are the 4 data types?
Are the expressions * ptr ++ and ++ * ptr same?
Write a c program to demonstrate character and string constants?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What is the difference between struct and union in C?
What is static and volatile in c?
Is there any possibility to create customized header file with c programming language?
Explain the difference between exit() and _exit() function?
What is the advantage of a random access file?