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
Who is the main contributor in designing the c language after dennis ritchie?
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
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What are types of structure?
What is the value of c?
What does main () mean in c?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Discuss the function of conditional operator, size of operator and comma operator with examples.
What is static and auto variables in c?
Why doesnt that code work?
which type of aspect you want from the student.
please send me the code for multiplying sparse matrix using c
What does void main return?
What is the default value of local and global variables in c?