Can you write a programmer for FACTORIAL using recursion?
No Answer is Posted For this Question
Be the First to Post Answer
Explain why can’t constant values be used to define an array’s initial size?
What is a far pointer in c?
What is a example of a variable?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
How do you search data in a data file using random access method?
character array A[12] can hold
what is the use of macro program
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What does the function toupper() do?
What is this infamous null pointer, anyway?