Question: In C, Write a recursive function for : DrawTriangle(n); Would display one * on the first line, then one more each line until it displays
In C, Write a recursive function for :
DrawTriangle(n); Would display one * on the first line, then one more
each line until it displays a line with n *s. Example: DrawTriangle(4) would display:
*
**
***
****
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
