Use C program to print out a star-triangle below:
* ** *** **** *****
Hidden content!#include <stdio.h>int main (){* * * * * * ** * * ** ** ** * * * * * ** * * * ** **** ***** * * ** * * * * * *** * * *** ** * ** ** ** * * ** * ** * * }
Hidden content!#include <stdio.h>int main(){ * * * * ** * * * * * ** *** ** * ****