what will be the output of this program
main()
{
int i=1;
while (i<=10);
{
i++;
}
}
Answer Posted / durgesh
Infinite Loop...
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
In a byte, what is the maximum decimal number that you can accommodate?
What is uint8 in c?
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
Differentiate between #include<...> and #include '...'
Why do we use & in c?
What is wrong with this initialization?
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 indirection in c?
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 strcpy() function?
How to declare a variable?
What is the total generic pointer type?
Explain about the constants which help in debugging?
What is pivot in c?
How can I use a preprocessorif expression to ?