void main()
{
int a=1;
while(a++<=1)
while(a++<=2);
}

Answer Posted / sabir

this program execute at one both while are working becouse
a++ increase value after while statement that by both are
execute at once

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................

1542


What is boolean in c?

614


What is a pointer variable in c language?

646


what is the difference between 123 and 0123 in c?

725


Explain what is the benefit of using #define to declare a constant?

611






What are enums in c?

664


What are the different types of control structures?

588


What are called c variables?

575


Why c language?

649


What does double pointer mean in c?

584


Differentiate between a for loop and a while loop? What are it uses?

676


What is the general form of #line preprocessor?

588


What is header file in c?

605


Explain the properties of union. What is the size of a union variable

718


What does s c mean in text?

615