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 / sunitha

for(i=1;i<=5;i++)
{
for(j=1;j<=i;i++)
{
for(k=1;k<=j;k++)

printf("%d",k);
k--;
printf("%d",k);

}
}

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does it mean when a pointer is used in an if statement?

1159


What is the difference between NULL and NUL?

1354


Explain about the functions strcat() and strcmp()?

1097


Explain high-order bytes.

1181


what type of questions arrive in interview over c programming?

2088


What does it mean when the linker says that _end is undefined?

1149


How many types of operators are there in c?

1089


what are the 10 different models of writing an addition program in C language?

1947


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

1158


Write a program to swap two numbers without using third variable in c?

1182


What are the advantages of using new operator as compared to the function malloc ()?

1412


Explain what are binary trees?

1132


What is the difference between #include

and #include “header file”?

1093


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

1135


Explain how can type-insensitive macros be created?

1045