Write a program to find factorial of a number using recursive function.


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

Post New Answer

More C Interview Questions

which operator having highest precedence? a.)+ b.)++ c.)= d.)%

4 Answers  


Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above

5 Answers   Accenture, TCS,


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

0 Answers  


What is the difference between getch() and getche()?

1 Answers   NSPL,


totally how much header files r in c language

8 Answers   TCS,


How variables are declared in c?

0 Answers  


How to reverse a string using a recursive function, without swapping or using an extra memory?

31 Answers   Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,


C program to find all possible outcomes of a dice?

0 Answers  


How many main () function we can have in a project?

0 Answers  


What is main () in c language?

0 Answers  


Explain built-in function?

0 Answers  


What is the best way to comment out a section of code that contains comments?

0 Answers  


Categories