Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com

3 Answers   Honeywell, Huawei,


void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }

9 Answers  


what are the files which are automatically opened when a c file is executed?

3 Answers  


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

0 Answers  


What are the types of type qualifiers in c?

0 Answers  


How can I find the day of the week given the date?

0 Answers  


What is Generic pointer? What is the purpose of Generic pointer? Where it is used?

3 Answers  


Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"

15 Answers   Accenture,


write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.

3 Answers  


Once I have used freopen, how can I get the original stdout (or stdin) back?

0 Answers  


what is the code to display color fonts in the output?

1 Answers  


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

0 Answers  


Categories