Sometimes it is very important to split a string on a comma n t etc. This piece of code will…
Read MoreTag: useful function
C Language: How to count digits of a number?
Often when you are writing a script, you need to know how many digits will your input have. Function that …
Read More