Calculate 1*2*3*____*n using recursive function??
No Answer is Posted For this Question
Be the First to Post Answer
Explain what’s a signal? Explain what do I use signals for?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Do you know what is the purpose of 'extern' keyword in a function declaration?
who did come first hen or agg
How do you sort filenames in a directory?
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
What is a example of a variable?
write an algorithm and a program to count the number of elements in a circularly singly linked list
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
code for quick sort?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Write a program to swap two numbers without using the third variable?