Question: 3 . 1 hthal memory limit per test: 2 5 6 megabytes input: standard input output: standard output Complete the following function: / / print

3.1hthal
memory limit per test: 256 megabytes input: standard input
output: standard output
Complete the following function:
// print_triangle(n) prints a triangle of alternating slashes (/ and /)
II of height and width n
I/ requires: n1
void print_triangle (int n):
Use the following main function exactly:
int main(void) &
int n= :
scanf(%d,8n);
print_triangle (n) :
3
Examples
input
3
output
input
output
 3.1hthal memory limit per test: 256 megabytes input: standard input output:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!