Write a program to print this triangle:
*
**
*
****
*
******
*
********
*
**********
Don't use printf statements;use two nested loops instead.
you will have to use braces around the body of the outer
loop if it contains multiple statements.
Answer Posted / yk humble
5 cls
10 rem to print triangle
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how can use subset in c program and give more example
What is the right type to use for boolean values in c? Is there a standard type?
What is nested structure in c?
What is formal argument?
what is the diffrenet bettwen HTTP and internet protocol
Differentiate between ordinary variable and pointer in c.
Is array a primitive data type in c?
What is restrict keyword in c?
What are the functions to open and close the file in c language?
What is array of pointers to string?
How do we declare variables in c?
What does int main () mean?
What are called c variables?
Do you know the difference between malloc() and calloc() function?
Do you know what are the properties of union in c?