Question

    Function to copy one memory location to other in

    C++
    A memcpy() Correct Answer Incorrect Answer
    B memorycpy() Correct Answer Incorrect Answer
    C cpymem() Correct Answer Incorrect Answer
    D both 1 and 3 Correct Answer Incorrect Answer
    E None of these Correct Answer Incorrect Answer

    Solution

    The function memcpy() is used to copy a memory block from one location to another .

    Practice Next
    ask-question