###In this folder I tried to implement basic of functions of C in order to clearly undertsand how C program works.
#I started my work from implementing Math functions below:
MyAtoi function
MyIterativeFactorial
MyIterativePow
MyRecursiveFactorial
MyRecursivePow.
Then STRING functions Imlpementing bacis string functions in C
Myhidenp function
Myinter function
MyIsAnagram function
MyDowncase function
MyPutstr function
MyStrchr function
MyStrcmp function
MyStrcpy function
MyStrdup function
MyStringIndex function
MyStrlen function
MyStrncpy function
MyStrrchr function
MyUpcase function
Mystrstr function
MyrCapitalize function
MyReverseString function
MyFirstStruct
MyCountOnIt
MyIsSort
MyJoin
MyPrintWordsArray
MyRange
MySplit
MyStrip
Implementation cat command in C
Cat is a standard Unix utility that reads files sequentially, writing them to standard output.
MyCat
MyClean - search and then delete files starting with '#' and "*" and ending with "#" including subdirectories.
MyFindSh - find all files with extension '.sh'
Count all files in a given folder
MyCountFiles
Let's go to interesting projects
MyChristmasTree
Output should be like this:
MySquare
Output : o---o