1. 5

I love functional programming, and I have a strange fascination with plain ol' C. I thought there was no hope for me, but there may be hope yet.

  1.  

  2. 2

    Eh, well, strcat returns the dst so you can do things like strcat(strcat(strcpy(dst, “hello”), “ world”), “!”). That’s what you can do, what you choose to do is a separate matter…