Use C program to print out a star-triangle below:
* ** *** **** *****
內容已隱藏#include<stdio.h>int main(){ *** * ** ** * * * * ** ** n,i,j;