void main()
{
int a=1;
while(a++<=1)
while(a++<=2);
}
Answer Posted / dheerendra
it gives error,
because any loop can't be terminated by ';'
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How do you list files in a directory?
What are pointers? What are different types of pointers?
Explain what’s a signal? Explain what do I use signals for?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Why is structure padding done in c?
Stimulate calculator using Switch-case-default statement for two numbers
How many data structures are there in c?
What does a function declared as pascal do differently?
What is the significance of an algorithm to C programming?
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
Difference between goto, long jmp() and setjmp()?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What is meant by 'bit masking'?
Do you have any idea how to compare array with pointer in c?
What is the process to generate random numbers in c programming language?