Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

12344321
123 321
12 21
1 1 how i print this program??

Answer Posted / venkat

#include<stdio.h>
void main()
{
int i,j,k=4,n=4;
for(i=0;i<n;i++)
{
for(j=1;j<=n-i;j++)
{
printf("%d",j);
}
printf(" ");
for(j=0;j<n-i;j++)
{
printf("%d",k-j);
//k--;
}
--k;
printf("
");
}

}

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

1845


Which is an example of a structural homology?

1242


What is the maximum length of an identifier?

1129


How do you sort filenames in a directory?

1123


What is the purpose of void pointer?

985


What is the use of sizeof?

969


What is the advantage of c?

1047


Explain union.

1112


What is the difference between strcpy() and memcpy() function in c programming?

1025


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1031


What is the use of static variable in c?

1043


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1645


a value that does not change during program execution a) variabe b) argument c) parameter d) none

1180


Ow can I insert or delete a line (or record) in the middle of a file?

951


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

1017