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
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
When was c language developed?
What is a void * in c?
What is the difference between union and anonymous union?
What are all different types of pointers in c?
Why can’t constant values be used to define an array’s initial size?
Why c is called object oriented language?
Explain high-order bytes.
How can you pass an array to a function by value?
What is main () in c?
Calculate 1*2*3*____*n using recursive function??
Why do we use c for the speed of light?
How can you tell whether two strings are the same?
What does & mean in scanf?
Describe explain how arrays can be passed to a user defined function