Write a program to find factorial of a number using functions


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Programming Languages AllOther Interview Questions

Hai, My name is nisha.I have NIC exam.If anybody Knows NIC previous paper pattern pls send me to nishanairp@gmail.com

0 Answers  


What is the GAC? What problem does it solve?

2 Answers  


In Bioinformatics, a DNA sequence is made up of a combination of 4 characters, namely “A,C,G,T”. A subsequence of a given sequence of characters a0, a1, …an- 1, is any subset of the characters taken in order, of the form ai0 , ai1 ,…..aik-1 where 0 &#8804; i0 <i1….< ik-1 &#8804; n-1. For example in the sequence “A,C,G,T,G,T,C,A,A,A,A,T,C,G”, we can have subsequences “A,G,T”, “A,C,A,A” and many more. A subsequence is palindromic if it is the same whether read left to right or right to left. For instance, the sequence “A,C,G,T,G,T,C,A,A,A,A,T,C,G”, has many palindromic subsequences, including “A,C,G,C,A” and “A,A,A,A” (on the other hand, the subsequence “A,C,T” is not palindromic). Devise an algorithm (using dynamic programming) that takes a sequence of characters X[0 … n-1] from the alphabet set (A,C,G,T) and returns the (length of the) longest palindromic subsequence. Implement the algorithm in an appropriate language.

1 Answers  


How to call a C++ function which is compiled with C++ compiler in C code?

0 Answers   Yahoo,


what are the topics choosen for jam round for interviews

0 Answers  






what diffrence between procedure and function?

3 Answers  


How to print a name "ARCHANA" in any programming language

6 Answers   Value Labs,


___ method used to move a recordset pointer in nth position in DAG.

1 Answers  


what is apt_dump_score in datastage where it is useful

0 Answers   Accenture,


which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c

1 Answers   Hughes,


Difference between views and index in sas programming

0 Answers   Ventois,


what is the purpose of postback?

2 Answers   Nth Solution,


Categories