Question:

How to implement the strcat() function without using arrays. ?

by  |  earlier

0 LIKES UnLike

How to implement the strcat() function without using arrays.

quick answers will be appreciated

 Tags:

   Report

1 ANSWERS


  1. strcat() IS an array function, that's its purpose! To concatenate to strings into one. What exactly are you trying to do with it anwyay?

    unless you mean something like this:

    strcat(array, "this will be added to array");  

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.