Question

    Concatenate two strings by using which

    function?
    A strcpy() Correct Answer Incorrect Answer
    B strcat() Correct Answer Incorrect Answer
    C length() Correct Answer Incorrect Answer
    D strcmp() Correct Answer Incorrect Answer
    E none of these Correct Answer Incorrect Answer

    Solution

    concatenate two strings easilyusing standard libraryfunction strcat().

    Practice Next