#include #include int main() { int i,j,n; printf("Enter the number of line you want to print\n"); scanf("%d",&n); for(i=1;i<=n;i++) { for(j=1;j<=(n+1-i);j++) { printf("%d ",j); } printf("\n"); } getch(); }
if u have any doubt kindly mail me at yazdans2519@gmail.com
hello some body help me how to create 5 name of films and set appreciation
i need this output
cmd ============================ name of films appreciation | | film 1 10.0 | film 2 3.1 | film 3 6.2 | film 4 7.2 | film 5 2.6 | ============================
hello some body help me how to create 5 name of films and set appreciation
i need this output
cmd ============================ name of films appreciation | | film 1 10.0| film 2 3.1 | film 3 6.2 | film 4 7.2 | film 5 2.6 | ============================
ant fill this with appreciation
film 1 10.0 film 4 7.2 film 3 6.2 film 2 3.1 film 5 2.6
give me the program of pattern
ReplyDelete123456
123450
123400
123000
120000
100000
include
Delete#include
void main()
{
int i, j;
for(i=5;i>=1;i--)
{
for(j=1;j<=i;j++)
{
printf("%d",j);
Printf("%d",6-j);
}
printf("\n");
}
}
give me the progrma of pattern
ReplyDelete1 2 3 4
2 4 6
4 6
6
can you give me a prog to have an output like this
Deleteifx=4
1234
123
12
1
ifx=5
12345
1234
123
12
ps:the x depends on the user
#include
Delete#include
int main()
{
int i,j,n;
printf("Enter the number of line you want to print\n");
scanf("%d",&n);
for(i=1;i<=n;i++)
{
for(j=1;j<=(n+1-i);j++)
{
printf("%d ",j);
}
printf("\n");
}
getch();
}
if u have any doubt kindly mail me at yazdans2519@gmail.com
This comment has been removed by the author.
ReplyDeleteGive me flow chart of pattern
ReplyDelete1
12
123
1234
12345
12345
ReplyDelete23456
34567
45678
56789
Give the output
ReplyDeleteRow1:1 2 3 4 5
Row2:1 2 3 4 5
Row3:1 2 3 4 5
Write a program to get patter
ReplyDelete12345
1234
123
12
1
123hapy456 as
ReplyDelete123456
Happy
123happy456
ReplyDelete123456
Happy
give me the pattern
ReplyDelete1234
123
12
1
12345
ReplyDelete1234
123
12
1
program for above pattern
987654
ReplyDelete87654
7654
654
54
4
Give me program for that pattern
Program
Delete45678910
ReplyDelete5978910
678910
78910
8910
910
10
0
1
ReplyDelete12
123
12
1 for nested loop
In c language
Pl give me output for
ReplyDelete7
00
777
0000
77777
gracias ¡¡
ReplyDelete*1:12345
ReplyDelete*2:2345
*3:345
*4:45
*5:5
Plz someone solve this pattern
Delete#include
ReplyDelete{
int i,n,j;
printf(”\n enter number");
scanf("%d",&n);
for(i=n;i>=1;i--)
{
for(j=i;j>=1;j--)
Printf(" %d",j);
Printf("\n ");
}
hello some bodu help me how to create 5 name of films and set appreciation
ReplyDeletecmd
============================
name of films appreciation
film 1 10.0
film 2 3.1
film 3 6.2
film 4 7.2
film 5 2.6
hello some body help me how to create 5 name of films and set appreciation
ReplyDeletei need this output
cmd
============================
name of films appreciation |
|
film 1 10.0 |
film 2 3.1 |
film 3 6.2 |
film 4 7.2 |
film 5 2.6 |
============================
hello some body help me how to create 5 name of films and set appreciation
ReplyDeletei need this output
cmd
============================
name of films appreciation |
|
film 1 10.0|
film 2 3.1 |
film 3 6.2 |
film 4 7.2 |
film 5 2.6 |
============================
ant fill this with appreciation
film 1 10.0
film 4 7.2
film 3 6.2
film 2 3.1
film 5 2.6