Pattern programs|Printing stars'*' in L shape|Alphabet L in pattern using for loop in c|Star pattern

preview_player
Показать описание
published on July 16,2020

In this tutorial we will see how to make a A star pattern in c by using nested for loop

Also i am active on Instagram Do connect with me there .

connect with me on social media

#cprogramming #Clanguage #programming
Рекомендации по теме
Комментарии
Автор

Write a program that reads in a number and prints out the letter L using '*' characters
with each line in the L having width n. Further, the length of the horizontal bar should be
4n, and that of the vertical bar (i.e. not including the portion overlapping with the
horizontal bar) should be 3n. Thus for n=3 your program should print
output to be :-
***
***
***
***
***
***
***
***
***



give the solution of this question

RAHULKUSHWAH-kddg