answersLogoWhite

0

A c program of tower of honai?

User Avatar

Anonymous

∙ 16y 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

∙ 16y 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


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.


Features of c program?

the features of a 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


How long is the C N tower?

34104000


Where do you get Rayquaza C?

In the tower by the floating city.

Trending Questions
How many people live in Uphall Scotland? How many grams of fiber does a 500mg caplet of polycarbophil contain? What three categories of information would you use to write a report on Jamestown colony? What actors and actresses appeared in Volle Kanne - 1999? If a cheetah regularly eats gazelle impalas rabbits and other grazing animals what trophic level does it typically occupy? How does Eevee evolve into umbreon? Where do you go after olivine city? Who was the great god that the Aztecs were expecting to return at the same time that the Spanish arrived? How is scoliosis measured? When did hurricane noel occur? How old is gary from ib? Charlottes Web rats name? What is the oil capacity of a 1986 Suzuki Intruder 700? How wide is Florida at it's narrowest point? Which is the greatest diameter 1.02 0.75 1.25 1.2? What is a pollygon called when it has 5 sides? What kind of noun is longitude? Who is the son of Jose Rizal? How big is 26 mm? Why did miss Maudie move in with miss Stephanie crawford?

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