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 / sourav das

#include<stdio.h>
#include<conio.h>
void main()
{
int i,j,k;
for(i=1;i<=6;i++)
printf("%d",i);
printf("\n");
for(j=3;j<=11;j=j+2)
printf("%d",j);
printf("\n");
for(k=8;i<=20;k=k+4)
printf("%d",k);
getch();
}

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to find the biggest number of three numbers in c?

1105


if p is a string contained in a string?

1892


What is a lookup table in c?

1177


What is structure of c program?

1233


What is this pointer in c plus plus?

1143


What is spaghetti programming?

1203


Implement bit Array in C.

1200


How many types of errors are there in c language? Explain

1030


Explain how do you view the path?

1224


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

3342


How can I implement sets or arrays of bits?

1096


What is structure padding and packing in c?

1128


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3786


The statement, int(*x[]) () what does in indicate?

1205


Explain how can I right-justify a string?

1100