answersLogoWhite

0

A c program of tower of honai?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

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

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A c program of tower of honai?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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.