Language : C Jojo remembered going to a cave with his best friend Lili before the coronavirus pandemic. There, he saw several Stalactites hanging from the /cave’s ceiling. Stalactite is a type of formation that hangs from the ceiling of caves. Jojo noticed an interesting fact about the stalactites. The stalactite formation in this cave forms a pattern. He wonders how will the formation look like if the cave is of a different size. He has asked your help to visualize this formation. Format Input : A single line with an integer N denoting the size of the cave Format Output : A size N formation of stalactites. Do not print extra spaces behind the last ‘*’ character in each line. Constraints : • 1 ≤ N ≤ 12 Sample Input 1 : 2 Sample Output 1 *** * Sample Input 2 : 3 Sample Output 2 : ******* * * * *
Language : C
Jojo remembered going to a cave with his best friend Lili before the coronavirus pandemic.
There, he saw several Stalactites hanging from the /cave’s ceiling. Stalactite is a type of
formation that hangs from the ceiling of caves.
Jojo noticed an interesting fact about the stalactites. The stalactite formation in this
cave forms a pattern. He wonders how will the formation look like if the cave is of a
different size. He has asked your help to visualize this formation.
Format Input :
A single line with an integer N denoting the size of the cave
Format Output :
A size N formation of stalactites. Do not print extra spaces behind the last ‘*’ character in each line.
Constraints :
• 1 ≤ N ≤ 12
Sample Input 1 :
2
Sample Output 1
***
*
Sample Input 2 :
3
Sample Output 2 :
*******
* * *
*
![](/static/compass_v2/shared-icons/check-mark.png)
Step by step
Solved in 2 steps with 1 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
![Concepts of Database Management](https://www.bartleby.com/isbn_cover_images/9781337093422/9781337093422_smallCoverImage.gif)
![Prelude to Programming](https://www.bartleby.com/isbn_cover_images/9780133750423/9780133750423_smallCoverImage.jpg)
![Sc Business Data Communications and Networking, T…](https://www.bartleby.com/isbn_cover_images/9781119368830/9781119368830_smallCoverImage.gif)