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
What is a global variable in c?
How can I remove the trailing spaces from a string?
Can we initialize extern variable in c?
What does typedef struct mean?
What is calloc malloc realloc in c?
What do you mean by invalid pointer arithmetic?
Is there a way to jump out of a function or functions?
Write a program for Overriding.
Explain what does the function toupper() do?
What is bubble sort in c?
What is static and auto variables in c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is the difference between #include and #include 'file' ?
Not all reserved words are written in lowercase. TRUE or FALSE?
Does c have class?