Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
i do play old school runescape if thats what you mean. @stojak139808. i do think it matters for people that dont understand and if your bad at simple programs you'll suck at writing big programs
You don't need strlen! Now you iterate twice over the string!
You don't need strlen!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
many probs
I made such a dreadful solution in comparison to this one
This comment is hidden because it contains spoiler information about the solution
Maybe use sizeof operator in your calloc to determine the size of your data type in calloc.
That will guarantee the correct size.
Fun use of character constant arithmetic!
my solution is soooooo bad in comparison with this one
That's soo Clever! I haven't thought of that use of test expressions yet!
What actually happens when you don't provide a default label?
You could also opt to choose a for loop as it is commonly used to loop through strings in c
Loading more items...