C Program to Print Inverted Right-Angled Triangle Pattern Using Stars
This C program prints an inverted right-angled triangle pattern using asterisks (*). The pattern starts with 5 stars in the first row and decreases by one star in each subsequent row. It uses nested for loops—one for rows and the other for printing stars in each row. The outer loop runs from 1 to 5, and the inner loop prints decreasing stars from 5 to the current row number.
Видео C Program to Print Inverted Right-Angled Triangle Pattern Using Stars канала Build with Code
Видео C Program to Print Inverted Right-Angled Triangle Pattern Using Stars канала Build with Code
Комментарии отсутствуют
Информация о видео
17 июня 2025 г. 6:38:55
00:00:42
Другие видео канала