main()
{
intj;
while9j<=10)
{
printf("\n%d",j);
j=j+1;
}
}
Answer Posted / niranjan kumar niraj
output=9
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
What is C language ?
What is indirection in c?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
How will you delete a node in DLL?
What does %p mean c?
What is the use of #include in c?
How is = symbol different from == symbol in c programming?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What are structures and unions? State differencves between them.
write a programming in c to find the sum of all elements in an array through function.
Explain how do you determine a file’s attributes?
write an algorithm to display a square matrix.
What is function definition in c?