int j =15,i;
for (i=1; 1<5; ++i)
{printf ("%d%d
",j,i);
j = j-3;
}
Answers were Sorted based on User's Feedback
Answer / arun
Infinite Loop....Loop does not end...Because condition 1<5 is always True then the answer like this..,
151
122
93
64
35
06
-37
.
.
.
| Is This Answer Correct ? | 6 Yes | 0 No |
How do I declare a pointer to an array?
why we are using float in C
What is cohesion in c?
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
Write a program for deleting duplicate elements in an array
What is a header file?
What is the use of bitwise operator?
How to add two numbers without using semicolon n c????
How the c program is executed?
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 Answers Finite Infotech, Lovely Professional University, Wipro,
How the C program can be compiled?
What are the types of operators in c?