answersLogoWhite

0

A c program of tower of honai?

User Avatar

Anonymous

∙ 15y ago
Updated: 8/17/2019

void Hanoi (int n, int nfrom, int nto, int nspare)

{

if (n>1) Hanoi (n-1, nfrom, nspare, nto);

printf ("Move from %d to %d\n", nfrom, nto);

if (n>1) Hanoi (n-1, nspare, nto, nfrom);

}

int main (void)

{

Hanoi (6, 1, 2, 3);

return 0;

}

User Avatar

Wiki User

∙ 15y ago
Copy

What else can I help you with?

Related Questions

C program to implement tower of hanoi using array implementation of stack abstract datatype?

stack abstract datatype


Features of c program?

the features of a C program


C program was introduced in the year?

c program was introduced in the year 1972 by Dennis RitchieNo, it was the C language, not the C program.


When was Tower of Babel - M. C. Escher - created?

Tower of Babel - M. C. Escher - was created in 1928.


What is executive a c program?

I think it is 'execution of a C program'.


C program on left factoring in compiler design?

how to create a c program for left factoring.


Program for sin series in c language?

find the program in c-pgms.blogspot.com


Different parts of c language program?

what are the parts of C language program


Can you program games with c plus plus?

Yes, you can program games with C++.


Write a c program for creating a virus?

a c program for creat a virus


C program must have?

Not, there are many people, who live happily without C-program.


How long is the C N tower?

34104000

Trending Questions
What made the trench warfare of world war 1 obsolete? First two political parties of the US? How can you start the Weight Watchers Diet? What are the release dates for Wish You Were Here - 1990 Budapest 1-2? Where can you find the frequencies for Custer Sd on Uniden BC 142xl? How is mole creating? How many quarts are there in 147 sq miles 5 ft deep? When did dimes change from silver? Is argon gas an ideal gas? What is the longest time somebody has bounced a ball in the air? What is ron darlings salary at sny? How do people write their sports manifestos? What are a score or more terms appertaining to lines in geometry and their meanings? What is 7552 rounded to the nearest ten? What is the curb weight of the 2007 Dodge Grand-Caravan? Why would people choose astronomy as a career? Which amount is higher 0.6 0.8 0.25? What do uncooked or undercooked pork contain? Why do over steepened slopes often lead to mass movements? How do you cheer up someone?

Resources

Leaderboard All Tags Unanswered

Top Categories

Algebra Chemistry Biology World History English Language Arts Psychology Computer Science Economics

Product

Community Guidelines Honor Code Flashcard Maker Study Guides Math Solver FAQ

Company

About Us Contact Us Terms of Service Privacy Policy Disclaimer Cookie Policy IP Issues
Answers Logo
Copyright ©2025 Answers.com | Lunias Media Inc. All Rights Reserved. The material on this site can not be reproduced, distributed, transmitted, cached or otherwise used, except with prior written permission of Answers.