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 is the role of && operator in a program code?
What is the value of h?
Explain a file operation in C with an example.
What is volatile keyword in c?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
How do I send escape sequences to control a terminal or other device?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
When can a far pointer be used?
Can you apply link and association interchangeably?
How do I convert a string to all upper or lower case?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
provide an example of the Group by clause, when would you use this clause
Should a function contain a return statement if it does not return a value?
What is output redirection?
Explain how can you avoid including a header more than once?