#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
What does typedef struct mean?
Why c is called top down?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Describe dynamic data structure in c programming language?
Explain built-in function?
What is %g in c?
what is recursion in C
How will you write a code for accessing the length of an array without assigning it to another variable?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What do you mean by scope of a variable in c?
Why is %d used in c?
What is use of null pointer in c?
What are the application of void data type in c?
What is static memory allocation? Explain
What does c mean in basketball?