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
How do we open a binary file in Read/Write mode in C?
Explain what are the different data types in c?
What is sizeof array?
Which function in C can be used to append a string to another string?
What is declaration and definition in c?
Is fortran faster than c?
What is nested structure with example?
What is preprocessor with example?
Explain the concept and use of type void.
What is the heap?
Define the scope of static variables.
What is pre-emptive data structure and explain it with example?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What are the types of c language?
What is operator promotion?