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

hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

0 Answers   TCS,


What are the uses of pre-processor directives?

2 Answers  


explain what is an endless loop?

0 Answers  


write a program of palindrome(madam=madam) using pointer?

5 Answers   L&T,


writ a program to compare using strcmp VIVA and viva with its output.

0 Answers  


What is graph in c?

0 Answers  


Why we use stdio h in c?

0 Answers  


what is the output of below int n=10; (n++)++; printf("%d",n);

3 Answers  


Can an array be an Ivalue?

0 Answers   EXL,


Is null equal to 0 in sql?

0 Answers  


What's a "sequence point"?

3 Answers  


Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

4 Answers   OpenFeel,


Categories