Recent content by Anvorn

  1. A

    C Programming - function to return string?

    For my lab, I have to code a user-defined function named strfilter(s1, s2, c). Basically, it will take s1 and replace the elements listed in s2 with a particular character, 'c'. Now, the trick is, I have to return a string or at least point to a new string without modifying s1 - all three...
Back
Top