prog for 1st five prime numbers in 2^x - 1
No Answer is Posted For this Question
Be the First to Post Answer
What is include directive in c?
What is new line escape sequence?
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!+....
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
Which type of language is c?
What are the benefits of organizational structure?
What library is sizeof in c?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
what is a c-language.what is do.
What is identifier in c?
What does c mean?
What is the use of printf() and scanf() functions?