C
Home
Ubuntu
Pesonality
C
Advertise
about us
Sunday, 20 September 2015
Que3) Print series 5 4 20 6 5 30 7 6 42
void series3()
{
int i;
int x=5,y=4,mul;
for(i=0;i<3;i++)
{
mul=x*y;
printf(" %d %d %d ",x,y,mul);
x++;
y++;
}
printf("\n");
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment