Can you write a programmer for FACTORIAL using recursion?


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

Post New Answer

More C Interview Questions

why arithmetic operation can’t be performed on a void pointer?

1 Answers  


Lists the benefits of c programming language?

0 Answers  


what is a headerfile?and what will be a program without it explain nan example?

6 Answers   Assurgent,


Why do we use namespace feature?

0 Answers  


Write a program to print factorial of given number without using recursion?

0 Answers  






what is the difference between postfix and prefix unary increment operators?

3 Answers  


What does the && operator do in a program code?

0 Answers  


Explain what’s a signal? Explain what do I use signals for?

0 Answers  


enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

4 Answers   ME,


Can variables be declared anywhere in c?

0 Answers  


c program to arrange digits in a no in ascending and descending order

1 Answers  


what is data structure

5 Answers   Maveric, TCS,


Categories