main()
{
intj;
while9j<=10)
{
printf("\n%d",j);
j=j+1;
}
}
Answers were Sorted based on User's Feedback
Answer / ritesh kumar
Since variable j is not initialised it will contain garbage
value hence the output(imposed on the while loop condition)
may be unexpected ..
| Is This Answer Correct ? | 13 Yes | 1 No |
what is the full form of c language
Is main is user defined function?
Why do we use pointer to pointer in c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What does p mean in physics?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
Prove or disprove P!=NP.
What is a stream water?
What is difference between far and near pointers?
What is the process to create increment and decrement stamen in c?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What is the OOPs concept?