Write a Program to print this triangle:
*
**
*
****
*
******
*
********
*
**********
use two nested loops.

Answer Posted / kk

only 1st quistion is correct and then all ar quistions are
wrong.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is anagram in c?

521


What is the use of putchar function?

651


What are the 4 data types?

600


Are the outer parentheses in return statements really optional?

577


Difference between strcpy() and memcpy() function?

676






What was noalias and what ever happened to it?

592


Explain what is a program flowchart and explain how does it help in writing a program?

649


What are the benefits of organizational structure?

574


How can you draw circles in C?

625


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

3982


Why we use break in c?

550


Why is c so important?

596


Why doesnt the call scanf work?

673


Write a program that accept anumber in words

1252


What will be the outcome of the following conditional statement if the value of variable s is 10?

766