Calculate 1*2*3*____*n 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 dynamic variable in c?

0 Answers  


Explain logical errors? Compare with syntax errors.

0 Answers  


a=5 a=a++/++a

14 Answers   Bhel,


What are register variables? What are the advantage of using register variables?

0 Answers   TISL,


what is data structure

5 Answers   Maveric, TCS,






what is a function prototype?

1 Answers  


will the program compile? int i; scanf(“%d”,i); printf(“%d”,i);

3 Answers  


Explain what is a 'locale'?

0 Answers  


#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?

6 Answers  


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

0 Answers  


what r callback function?

1 Answers  


What is the modulus operator?

0 Answers  


Categories