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 inline function?

2 Answers  


What does == mean in texting?

0 Answers  


What does %f mean c?

1 Answers  


What is FIFO?

0 Answers  


struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?

1 Answers   Wipro,






Are comments included during the compilation stage and placed in the EXE file as well?

0 Answers  


main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }

1 Answers  


How macro execution is faster than function ?

0 Answers   Wipro,


difference between spiral and waterfall model

1 Answers  


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

0 Answers   TCS,


How do you construct an increment statement or decrement statement in C?

0 Answers  


int x=sizeof(!5.856); What will value of variable x?

2 Answers  


Categories