Q. Write a C program to print the following half-square number triangle C program as :
543212345
4321234
32123
212
1
Ans.
/*c program for half-square number triangle*/
#include<stdio.h>
int main()
{
int num,r,c,n,sp,p;
543212345
4321234
32123
212
1
Ans.
/*c program for half-square number triangle*/
#include<stdio.h>
int main()
{
int num,r,c,n,sp,p;