program for following output using for loop?
1 2 3 4 5
2 3 4 5
3 4 5
4 5
5

Answer Posted / subasaranya

1 2 3 4 5
2 3 4 5
3 4 5
4 5
5

Is This Answer Correct ?    2 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is sprintf unsafe?

613


What is the difference between char array and char pointer?

522


What is a global variable in c?

585


What are qualifiers and modifiers c?

539


What is the difference between array and pointer?

560






write a program for the normal snake games find in most of the mobiles.

1781


how to find binary of number?

3413


Can we declare function inside main?

560


main() { printf("hello"); fork(); }

685


Is c is a procedural language?

589


What are global variables?

637


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

660


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

1777


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

753


Explain how can I right-justify a string?

616