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 / iamdluffy

something like

for(n=2;n<somenumber;n++)
{
print n;
print n*2;
n=n-1;
}

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the advantage of c?

1203


What is a floating point in c?

1125


What type is sizeof?

1084


What is the difference between constant pointer and constant variable?

1276


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

2483


Why c is called free form language?

1074


What does != Mean in c?

1092


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

1197


What is the difference between the local variable and global variable in c?

1013


What does void main return?

1193


How can I find the modification date of a file?

1337


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4747


Write a program of advanced Fibonacci series.

1203


In c programming language, how many parameters can be passed to a function ?

1166


Are the variables argc and argv are always local to main?

1080