write a program to display all prime numbers


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain what is the concatenation operator?

0 Answers  


what is the output of below int n=10; (n++)++; printf("%d",n);

3 Answers  


How is pointer initialized in c?

0 Answers  


What is boolean in c?

0 Answers  


Program to find largest of three numbers without using comparsion operator?

3 Answers  


What is wrong with this program statement? void = 10;

0 Answers  


How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.

12 Answers   NetApp,


Why is extern used in c?

0 Answers  


Why array starts with index 0

2 Answers  


What is quick sort in c?

0 Answers  


What are the different types of control structures in programming?

0 Answers  


What is c mainly used for?

0 Answers  


Categories