Where static variables are stored in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a programe to find the factorial of given number using recursion
Why is it usually a bad idea to use gets()? Suggest a workaround.
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
When is the “void” keyword used in a function?
In which header file is the null macro defined?
Can we declare function inside main?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
How can I get back to the interactive keyboard if stdin is redirected?
swap two integer variables without using a third temporary variable?
What is unsigned int in c?
What are static functions?