Raindrops Dig Deeper Approaches

Hi,

I would like to add some approaches to the Raindrops exercise in the C language track:

2 Likes

Awesome. Thanks. I imagine @ErikSchierboom will give them a glance over on Tuesday for you! :slight_smile:

1 Like

Hmmm, in standard C there is no itoa function. Are we suppose to implement our own itoa function which is more complicated than the Raindrops exercise itself?
I don’t want to look into the exercism github yet :)

OK. I’ve sent partially ok exercise and thanks to dig deeper I was reminded of sprintf function :blush: