for (i <= 5 && i >= -1;++i; i > 0) {
printf("%d
", i);
}

Answer Posted / ajay

can anyone explain how this for loop execute?

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

1834


What is console in c language?

586


What is optimization in c?

544


What is a buffer in c?

548


Why is event driven programming or procedural programming, better within specific scenario?

1925






Explain modulus operator. What are the restrictions of a modulus operator?

580


What is a memory leak? How to avoid it?

537


Explain how can a program be made to print the name of a source file where an error occurs?

656


How are portions of a program disabled in demo versions?

717


How to delete a node from linked list w/o using collectons?

2062


Can a pointer point to null?

562


What are enums in c?

626


What is the use of getchar() function?

608


What is difference between class and structure?

547


Explain what is a stream?

585