main()
{
intj;
while9j<=10)
{
printf("\n%d",j);
j=j+1;
}
}
Answer Posted / 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 |
Post New Answer View All Answers
Which node is more powerful and can handle local information processing or graphics processing?
What is assert and when would I use it?
Write a program on swapping (100, 50)
What are the types of pointers?
How many bytes are occupied by near, far and huge pointers (dos)?
Explain modulus operator. What are the restrictions of a modulus operator?
How to Throw some light on the splay trees?
Which header file is essential for using strcmp function?
What is array of pointers to string?
What is the purpose of ftell?
What is identifiers in c with examples?
What is an array in c?
What are the types of type qualifiers in c?
Which is the memory area not included in C program? give the reason
How are 16- and 32-bit numbers stored?