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


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

Post New Answer

More C Interview Questions

What are qualifiers in c?

0 Answers  


Explain two-dimensional array.

0 Answers  


4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

6 Answers   Accenture,


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

0 Answers  


How can I read a directory in a c program?

1 Answers   CSC,






write a addition of two no. program with out using printf,scanf,puts .

4 Answers  


What does 3 periods mean in texting?

0 Answers  


Can you tell me how to check whether a linked list is circular?

1 Answers  


i have a written test in tomorrow

1 Answers   NNN, Value Labs,


who did come first hen or agg

15 Answers   Infosys,


what is inline function?

2 Answers  


Explain how can you tell whether two strings are the same?

0 Answers  


Categories