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
Can i use “int” data type to store the value 32768? Why?
What is the acronym for ansi?
How can variables be characterized?
When should a type cast be used?
What is memory leak in c?
What is sizeof array in c?
How does normalization of huge pointer works?
Explain the process of converting a Tree into a Binary Tree.
Are pointers integer?
Why do some versions of toupper act strangely if given an upper-case letter?
Explain the advantages of using macro in c language?
What is an auto variable in c?
Can we add pointers together?
What is scope rule of function in c?
What type of function is main ()?