How many header files are in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of pointers?
What does %2f mean in c?
Explain what does it mean when a pointer is used in an if statement?
Why c is known as a mother language?
Write a Program to accept different goods with the number, price and date of purchase and display them
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
Which is the best website to learn c programming?
How do I send escape sequences to control a terminal or other device?
What are void pointers in c?
what is data structure?
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
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.