Write a program that takes a 3 digit number n and finds out
whether the number 2^n + 1 is prime, or if it is not prime
find out its factors
Answer Posted / pradeep
I got this question in the test, and have to submit the
solution in 1day. Please help me out. :(
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain function?
explain what are actual arguments?
What is the difference between printf and scanf )?
difference between Low, Middle, High Level languages in c ?
How #define works?
Why do we use int main instead of void main in c?
Is return a keyword in c?
Explain the concept and use of type void.
what is the height of tree if leaf node is at level 3. please explain
What is the difference between variable declaration and variable definition in c?
Are there namespaces in c?
Which is better pointer or array?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is #ifdef ? What is its application?
What is a #include preprocessor?