Write a program to print the following series
2 5 11 17 23 31 41 47 59 ...
Answer Posted / riya
2 5 9 13 17 23 31
| Is This Answer Correct ? | 18 Yes | 16 No |
Post New Answer View All Answers
Differentiate between declaring a variable and defining a variable?
difference between Low, Middle, High Level languages in c ?
Can you please explain the difference between malloc() and calloc() function?
Explain how can you tell whether two strings are the same?
What is the difference between union and anonymous union?
What is the explanation for prototype function in c?
How can I ensure that integer arithmetic doesnt overflow?
What is pass by value in c?
How to set file pointer to beginning c?
What is binary tree in c?
What is static and auto variables in c?
Is fortran faster than c?
What is string function in c?
What language is windows 1.0 written?
What is variable declaration and definition in c?