Part AWrite a program in C that will print the following using only recursive method.
**********
**********
**********
**********
**********
Part BWrite a program in C that will print the following using only recursive method.
*
**
***
****
*****
Part C Write a program in C that will print the following using only recursive method.
* *
** **
*** ***
**** ****
**********