#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 / vedansh
2
3
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Write a program to find factorial of a number using recursive function.
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is a function simple definition?
What is null pointer constant?
What are variables c?
What is the process to generate random numbers in c programming language?
Why doesnt this code work?
What is difference between %d and %i in c?
Explain function?
Explain the properties of union. What is the size of a union variable
Why is void main used?
List some of the dynamic data structures in C?
In c programming language, how many parameters can be passed to a function ?
Do variables need to be initialized?