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

What is an array in c?

0 Answers  


What is structure in c definition?

0 Answers  


can a union be self-referenced?

1 Answers  


Explain how do you list files in a directory?

0 Answers  


What is difference between array and pointer in c?

0 Answers  






write a program that explain #define and # undef directive

1 Answers  


Explain continue keyword in c

0 Answers  


What is the use of bitwise operator?

0 Answers  


What is the difference between scanf and fscanf?

0 Answers  


Why isn't any of this standardized in c? Any real program has to do some of these things.

0 Answers  


Write a program to interchange two variables without using the third variable?

17 Answers   Accenture, College School Exams Tests, Infotech,


main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }

2 Answers  


Categories