Q. Write a C program to print the following Increased Number Triangle as:
5
45
345
2345
12345
Ans.
/*c program for increased number triangle*/
#include<stdio.h>
int main()
{
5
45
345
2345
12345
Ans.
/*c program for increased number triangle*/
#include<stdio.h>
int main()
{