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 types of macro formats?
Can you define which header file to include at compile time?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Why is python slower than c?
What are identifiers and keywords in c?
What is structure data type in c?
State the difference between realloc and free.
How #define works?
What is the size of enum in c?
What is pointer & why it is used?
What is c language used for?
What are the 4 types of programming language?
Why is extern used in c?
What is spaghetti programming?
Explain what are preprocessor directives?