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...

print out put like this form
1 2 3 4 5 6
3 5 7 9 11
8 12 16 20

Answer Posted / paru jain

#include<stdio.h>
void main()
{
for(i=1;i<=6;i++)
{
printf("%d",i);
}
printf("\n");
int value = 1;
for(int j=1;j<6;j++
{
value = value+2;
printf("%d",value);
}
printf("\n");
for(int k=2;k<6;k++)
{
int m = j*4;
printf("%d",m);
}
}

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between exit() and _exit() function in c?

1063


How can I find out the size of a file, prior to reading it in?

1157


How do c compilers work?

1109


What is array of structure in c programming?

1278


What is self-referential structure in c programming?

1194


write a program in c language to print your bio-data on the screen by using functions.

6771


program to convert a integer to string in c language'

2439


plz let me know how to become a telecom protocol tester. thank you.

2180


What is void c?

1065


What is wrong with this statement? Myname = 'robin';

1313


Who invented b language?

1387


What is huge pointer in c?

1064


Explain how to reverse singly link list.

1125


What are predefined functions in c?

1076


What is the difference between far and near ?

1183