Q. Write a C program to print the following number rectangle:
1333
2222
3331
Ans.
/*c program for print number rectangle pyramid*/
#include<stdio.h>
int main()
{
1333
2222
3331
Ans.
/*c program for print number rectangle pyramid*/
#include<stdio.h>
int main()
{