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...

how to print this sereis 2 4 3 6 5..........?

Answer Posted / habeeb ahmed

10

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where are some collections of useful code fragments and examples?

1195


What does typedef struct mean?

1170


What are pointers?

1160


What are the types of unary operators?

1252


What are local static variables? How can you use them?

1200


What does *p++ do?

1076


What is wrong with this code?

1242


What does == mean in texting?

1393


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

1346


Are negative numbers true in c?

1112


What would be an example of a structure analogous to structure c?

1048


how to write optimum code to divide a 50 digit number with a 25 digit number??

3301


Which of these functions is safer to use : fgets(), gets()? Why?

1162


What is the maximum length of an identifier?

1231


What is the c value paradox and how is it explained?

1107