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

Answer Posted / venkatapradeep774

ans:5...i need an explaination for this tat how it will be 5.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can include files be nested? How many levels deep can include files be nested?

668


I came across some code that puts a (void) cast before each call to printf. Why?

691


Is c weakly typed?

585


How can I remove the leading spaces from a string?

646


What is the use of typedef in c?

601






What is a char c?

609


What does *p++ do?

607


How do I determine whether a character is numeric, alphabetic, and so on?

638


What is action and transformation in spark?

611


List the difference between a While & Do While loops?

650


Can variables be declared anywhere in c?

634


What is difference between structure and union in c programming?

588


Why isn't any of this standardized in c? Any real program has to do some of these things.

641


What are multidimensional arrays?

670


What does %p mean c?

642