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 are the advantages and disadvantages of c language?
What is formal argument?
What is extern c used for?
What is a pragma?
What is the difference between a string and an array?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
When should you use a type cast?
What is the difference between scanf and fscanf?
What is string constants?
Are comments included during the compilation stage and placed in the EXE file as well?
What do header files do?
Where does the name "C" come from, anyway?
What is getche() function?
In C programming, what command or code can be used to determine if a number of odd or even?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)