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
What are header files in c programming?
What are the different properties of variable number of arguments?
What is %s and %d in c?
1,1,5,17,61,217,?,?.
Why isnt there a numbered, multi-level break statement to break out
What is the difference between CV and Resume ?
What is the advantage of an array over individual variables?
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
What is a C array and illustrate the how is it different from a list.
What are the primitive data types in c?