C Program To Print Right Angled Triangle With Alphabets, using While Loop
Satish B
Lets write a C program to display/print/output a right angled triangle pattern formed with English Alphabets, using nested while loop.
Expected Output for the Input If user enters number of rows as 5. Then our C program prints a Right angled Triangle with 5 rows of English Alphabets in it.
User Input: num = 5;
Output:
A B B C C C D D D D E E E E E
C Programming Interview / Viva Q&A List http://technotip.com/6378/c-programming-interview-viva-qa-list/
C Programming: Beginner To Advance To Expert http://technotip.com/6086/c-programming-beginner-to-advance-to-expert/ ... https://www.youtube.com/watch?v=_6oaPQKb5Ks
2020-07-21
0.0 LBC
Copyrighted (contact publisher)
4967987 Bytes