Answer Posted / vijay
ouptput:-
vidya
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
Why c is called a middle level language?
What is a structure and why it is used?
What are the c keywords?
Why n++ execute faster than n+1 ?
What is actual argument?
What is this pointer in c plus plus?
Why can’t constant values be used to define an array’s initial size?
What is pragma in c?
What is the purpose of main() function?
How do I use strcmp?
How can I copy just a portion of a string?
write a program to display all prime numbers
Explain what are bus errors, memory faults, and core dumps?
What is const and volatile in c?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.