0% found this document useful (0 votes)
4 views4 pages

Control Statments (DAY 13)

The document contains six questions, each requesting a C program to generate a specific pattern. The patterns vary from stars to numbers arranged in different formats. Each question outlines the desired output format and structure for the respective C program.

Uploaded by

Mahesh Wadekar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views4 pages

Control Statments (DAY 13)

The document contains six questions, each requesting a C program to generate a specific pattern. The patterns vary from stars to numbers arranged in different formats. Each question outlines the desired output format and structure for the respective C program.

Uploaded by

Mahesh Wadekar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Que 1 :

=======

Write a C program to given pattern.

* * *

* * * * *

* * * * * * *

* * * * * * * * *

=======================================

Que 2 :

=======

Write a C program to given pattern.

3 2 1

5 4 3 2 1

7 6 5 4 3 2 1

9 8 7 6 5 4 3 2 1
=======================================

Que 3 :

=======

Write a C program to given pattern.

2 1 2

3 2 1 2 3

4 3 2 1 2 3 4

=======================================

Que 4 :

=======

Write a C program to given pattern.

* * * * * * * * *

* * * * * * *

* * * * *

* * *

=======================================
Que 5 :

=======

Write a C program to given pattern

***

*****

*******

*********

*******

*****

***

=======================================
Que 6 :

=======

Write a C program to given pattern.

1 2

1 2 3

1 2 3 4

1 2 3 4 5

1 2 3 4

1 2 3

1 2

You might also like