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



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

Answer / ajay

can anyone explain how this for loop execute?

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is an example of structure?

0 Answers  


How can I call a function with an argument list built up at run time?

0 Answers  


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

0 Answers   Wilco,


related to rdbms query .

2 Answers  


pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )

2 Answers   Persistent,






how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

2 Answers   Patni, TCS,


What is function prototype in c language?

0 Answers  


int i=~0; uint j=(uint)i; j++; printf(“%d”,j);

1 Answers  


why i join syntel?

23 Answers   ABC, Syntel, TCS,


What is the use of function overloading in C?

0 Answers   Ittiam Systems,


shorting algorithmS

0 Answers   Wipro,


main() { int i=400,j=300; printf("%d..%d"); }

13 Answers   ME,


Categories