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
How can you determine the size of an allocated portion of memory?
Where static variables are stored in memory in c?
how to construct a simulator keeping the logical boolean gates in c
What is s in c?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What are data types in c language?
What are local static variables? How can you use them?
Where are some collections of useful code fragments and examples?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Can you please compare array with pointer?
What are pointers really good for, anyway?
Who is the main contributor in designing the c language after dennis ritchie?
Does c have circular shift operators?
What is union and structure?
Why is c used in embedded systems?