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.
No Answer is Posted For this Question
Be the First to Post Answer
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Convert the following expression to postfix and prefix (A+B) * (D-C)
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Explain why c is faster than c++?
If the static variable is declared as global, will it be same as extern?
Function calling procedures? and their differences? Why should one go for Call by Reference?
the question is that what you have been doing all these periods (one year gap)
Why can’t we compare structures?
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
What is #include stdio h?
write a program to generate 1st n fibonacci prime number
What functions are used in dynamic memory allocation in c?