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
What are high level languages like C and FORTRAN also known as?
What is the purpose of 'register' keyword in c language?
Is main is user defined function?
What is main () in c?
What are the benefits of organizational structure?
What is the difference between constant pointer and constant variable?
What is string length in c?
What is the difference between fread and fwrite function?
What are types of preprocessor in c?
Explain what does a function declared as pascal do differently?
What is the total generic pointer type?
Does free set pointer to null?
What is the difference between union and structure in c?
What is 1d array in c?
What is clrscr ()?