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
c language interview questions & answer
What math functions are available for integers? For floating point?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
How do you declare a variable that will hold string values?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Why do we use stdio h and conio h?
What are control structures? What are the different types?
Explain how does free() know explain how much memory to release?
What is difference between array and pointer in c?
Write a program to print factorial of given number without using recursion?
What is #include called?
write a program to generate address labels using structures?
What is anagram in c?
Write a program to generate random numbers in c?