Earn by twitter on twivert

Sign up for PayPal and start accepting credit card payments instantly.

Thursday, September 9, 2010

WAP to print star


/*WAP to print star*/
#include<stdio.h>
#include<conio.h>
void main()
{
int i,n,j;
clrscr();   //clear screen

for(i='A';i<='E';i++) //loop starts from 1 for row
{
for(j='A';j<=i;j++)   // loop executes i times for colom
printf("%c",j);   // print j
printf("\n");    // goto next line
}
getch();
}

Wednesday, September 8, 2010

WAP to use of array


/*WAP to use of array*/
#include<stdio.h>
#include<conio.h>
void main()
{
int i,marks[5]={50,40,60,70,80,};
clrscr();
for(i=0;i<=5;i++)
{
printf("\n%d",marks[i]);
}
getch();
}

Tuesday, September 7, 2010

WAP to sum 1d-array


/*WAP to sum 1d-array*/
#include<stdio.h>
#include<conio.h>
void main()
{
int a[3],b[3],c[3],i;
clrscr();
printf("enter 1 array elements no.s");
for(i=0;i<3;i++)
{
scanf("%d",&a[i]);
}
printf("enter 2 array elements no.s");
for(i=0;i<3;i++)
{
scanf("%d",&b[i]);
}
for(i=0;i<3;i++)
{
printf("sum of 2 array");
for(i=0;i<3;i++)
{
c[i]=a[i]+b[i];
printf("\n%d",c[i]);
}
}
getch();
}

Friday, September 3, 2010

WAP of display Alphabet


/*WAP of display Alphabet*/
#include<stdio.h>
#include<conio.h>
void main()
{
int i,n,j;
clrscr();   //clear screen

for(i='A';i<='E';i++) //loop starts from 1 for row
{
for(j='A';j<=i;j++)   // loop executes i times for colom
printf("%c",i);   // print j
printf("\n");    // goto next line
}
getch();
}

ADS

How to earn online

How to earn online:
Step - 1 :
signup for PayPal, to recieve your online earning
click here:
https://www.paypal.com/in/mrb/pal=CZ7224TZBMCBL
step - 2 : Singup these 4 sites & earn & enjoy! Read site to know how to earn.
1. trekpay
Earn up to $0.02 (2 cents) per click.
http://www.trekpay.com/?ref=34690
2. neobux
Earn up to $0.02 (2 cents) per click.
Click here:
http://www.neobux.com/?r=Moneyearner786

AddMe

Bookmark and Share