#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 / ajay
error loop is incomplete
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Explain what are the different file extensions involved when programming in c?
What is c value paradox explain?
why wipro wase
How can you access memory located at a certain address?
write a c program in such a way that if we enter the today date the output should be next day's date.
Linked lists -- can you tell me how to check whether a linked list is circular?
What is the auto keyword good for?
What does p mean in physics?
What are header files? What are their uses?
What is the use of volatile?
What are data structures in c and how to use them?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Write a program to know whether the input number is an armstrong number.
How important is structure in life?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode