program for following output using for loop?
1 2 3 4 5
2 3 4 5
3 4 5
4 5
5
Answer Posted / dhruv sharma rkdf
hello Jayaraj.s..........
your program will give the following compilation error:
"getch should have a prototype"
you need to include "conio.h" header file...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is main is a keyword in c?
Did c have any year 2000 problems?
What are the two forms of #include directive?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Not all reserved words are written in lowercase. TRUE or FALSE?
What are the parts of c program?
What is meant by int main ()?
Why can’t we compare structures?
Give the rules for variable declaration?
What is malloc return c?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is array in c with example?
What is static and volatile in c?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What’s a signal? Explain what do I use signals for?