What type is sizeof?
No Answer is Posted For this Question
Be the First to Post Answer
Can include files be nested? How many levels deep can include files be nested?
What is equivalent to ++i+++j?
how can we use static and extern?and where can we use this?
What is the use of ?: Operator?
If null and 0 are equivalent as null pointer constants, which should I use?
where do we use volatile keyword?
Difference between for loop and while loop?
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
Give a method to count the number of ones in a 32 bit number?
writ a program to compare using strcmp VIVA and viva with its output.
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
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.