#include<stdio.h>
main()
{int i=1;j=1;
for(;;)
{if(i>5)
break;
else
j+=1;
printf("\n%d",j)
i+=j;
}
}
Answer Posted / fa
1
1
1
1
1
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
In a header file whether functions are declared or defined?
Why do we use c for the speed of light?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
How to create struct variables?
What is nested structure with example?
How can you invoke another program from within a C program?
How does selection sort work in c?
what is the function of pragma directive in c?
How can you increase the size of a dynamically allocated array?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
How can I implement a delay, or time a users response, with sub-second resolution?
What are directives in c?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Explain what is the purpose of "extern" keyword in a function declaration?
Explain the difference between #include "..." And #include <...> In c?