what will be the output of this program
main()
{
int i=1;
while (i<=10);
{
i++;
}
}
Answer Posted / durgesh
Infinite Loop...
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
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
What is the difference between printf and scanf )?
What are the characteristics of arrays in c?
Is javascript based on c?
Why is c used in embedded systems?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is infinite loop?
What is function prototype in c with example?
Wt are the Buses in C Language
Why can’t constant values be used to define an array’s initial size?
Why is c not oop?
Explain what is the difference between #include and #include 'file' ?
Explain the advantages and disadvantages of macros.
What is the purpose of the statement: strcat (S2, S1)?
What is the size of enum in c?