How to write a program to find the delimiter matching in stacks?

Answer

Function Factorial(x int) { if x > 1 then y = x * Factorial(x-1) return y }

Or

Function Factorial(x int) { y=1 Loop through 1 to x y=y*x return y }

Improve Answer Discuss the question "How to write a program to find the delimiter matching in stacks?" Watch Question

First answer by ID3229957890. Last edit by ComputerJy. Contributor trust: 295 [recommend contributor]. Question popularity: 22 [recommend question]

Research your answer:

Answers.com > Wiki Answers > Categories > Technology > Computers > Computer Programming > How to write a program to find the delimiter matching in stacks?

Our contributors said this page should be displayed for the questions below. (Where do these come from)
If any of these are not a genuine rephrasing of the question, please help out and edit these alternates.
Factorial of a number?  How can you write a c-program?  Factorial of a number using c?  How do you write a computer program?  Program to find factorial of a number?  Write complete program of factorial in c?  C program to find the factorial of a number?  Write a program to get the factorial of number?  Write a program to obtain the factors of a number?  Write a program to find the Factorial of a number?  Write a programme to find factorial of a number in C?  How to Write a program to find the Factorial of a number?  Write a program in lisp for calculating factorial of no n?  C program complete coding to find the factorial of a number?  How do you write the algorithem to find the factorial of a number?  How do your write a computer program to find the factorial of a number?  To write a c-programme to find factorial of a number using Recursive function?  Write a program to accept a number and print its reverse using switch statement?  How can you write a programm that will accept any positive integer from the keyboard and display and compute its factorial?