what is the difference between strcpy() and memcpy() function?
Answer Posted / vinoth kumar
strcpy copies the data from one string to another...
memcpy copies the data's memory...
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Are negative numbers true in c?
What is cohesion and coupling in c?
What is a macro, and explain how do you use it?
Why does the call char scanf work?
Explain Basic concepts of C language?
how to create duplicate link list using C???
what do you mean by enumeration constant?
How can I copy just a portion of a string?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What is d scanf?
Compare interpreters and compilers.
Explain zero based addressing.
What is the collection of communication lines and routers called?
Explain the properties of union.
How will you print TATA alone from TATA POWER using string copy and concate commands in C?