C
Programming and Technical
Programming
Program
4444444
4333334
4322234
4321234
4322234
4333334
4444444
Read Solution (Total 3)
-
- #include
void main()
{int i,j;
for(i=4;i>=1;i--){
printf("n");
for(j=4;j>=i;j--)
printf("%d",j);
for(j=1;j - 10 years agoHelpfull: Yes(7) No(9)
- #include
#include
int main()
{
int arr[10][10];
int limit,col,row,r,c,val,max=0;
int width;
printf("enter the limit");
scanf("%d",&limit);
width=limit*2-1;
for(r=1;r - 10 years agoHelpfull: Yes(4) No(5)
- here n= 4
for(i=0;i - 10 years agoHelpfull: Yes(0) No(2)
C Other Question