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
What are the general description for loop statement and available loop types in c?
c program for searching a student details among 10 student details
How can I remove the trailing spaces from a string?
What is the difference between array and pointer in c?
What is the difference between malloc() and calloc()?
Explain a pre-processor and its advantages.
What is getch c?
What is echo in c programming?
Explain what does it mean when a pointer is used in an if statement?
What do you understand by normalization of pointers?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is the difference between scanf and fscanf?
#include
What is a void pointer in c?
What is the use of void pointer and null pointer in c language?