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
application of static variables in real time
write a program to swap two numbers without using temporary variable?
What is the importance of c in your views?
c program to print a name without using semicolon
What are the features of c languages?
If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).
5 Answers Microsoft, Motorola,
Explain what is the difference between functions abs() and fabs()?
Can you write the function prototype, definition and mention the other requirements.
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
why wipro wase
What are register variables? What are the advantage of using register variables?
How can you be sure that a program follows the ANSI C standard?