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

    Thefunction memcpy() is used tocopy a memory block fromone location to another .

    Practice Next
    ×
    ×