Write a program to find factorial of a number using recursive function.
No Answer is Posted For this Question
Be the First to Post Answer
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
which do you prefer C or Pascal?
What is the benefit of using #define to declare a constant?
How do you prevent buffer overflows in C?
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
Why is structure important for a child?
what are the 10 different models of writing an addition program in C language?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
what is data structure?
Explain what is a 'locale'?
What are the average number of comparisons required to sort 3 elements?