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


Write a c program for creating a virus?

a c program for creat a virus


Can you program games with c plus plus?

Yes, you can program games with C++.


How long is the C N tower?

34104000


Where do you get Rayquaza C?

In the tower by the floating city.

Trending Questions
Which part of the human eye bends light rays the most when focused on a distant object? What are the songs by The Doors? What is the abbreviation of the word particularly? What is 66 feet equal to in inches? Explain why cells have a size limit? What is Christian doctrine? Why would my pilot light go out and how can I prevent it from happening again? What causes pasteurization? How many square feet are there in 16 feet by 12 feet? Where do you find Bulbasaur on emerald version? What did Florence Nightingale do to help clean up hospitals? Is it normal for a tetanus shot to cause an arm to get kind of swollen and have red discoloration I got one a few days ago my arm is killing me and have a few days till I see a doctor again? What is clot and what is the function of clot? How many types of laundry in the hotel? If a blown up balloon was covered in newspaper and pva glue would the paper stay in shape if the balloon burst? What does a 2 day period mean? What information should be included in a curriculum vitae for someone with extensive travel experience? Does beet root float or sink in water? Where did Michael Jackson meet Elizabeth Taylor? What has the author Hal Eugene Nauman written?

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 ©2026 Infospace Holdings LLC, A System1 Company. 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.