#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 / radha raman
2
3
| Is This Answer Correct ? | 13 Yes | 8 No |
Post New Answer View All Answers
What does the characters “r” and “w” mean when writing programs that will make use of files?
List some basic data types in c?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is a pointer value and address in c?
How are variables declared in c?
What are the advantages of the functions?
What are the __date__ and __time__ preprocessor commands?
Without Computer networks, Computers will be half the use. Comment.
What is bash c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is fflush() function?
Where are c variables stored in memory?
What is equivalent to ++i+++j?
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
What is sizeof return in c?