Google Interview Question

How do you split given string into words.

Interview Answer

Anonymous

Oct 13, 2015

I wrote function WITHOUT using std library, to go from each char and copy into my two dimensional array.