write a program to find out prime number using sieve case?


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

Post New Answer

More C Interview Questions

Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);

5 Answers  


what is diffrence between string and character array?

1 Answers  


What does the error message "DGROUP exceeds 64K" mean?

0 Answers   Celstream,


What is the use of a ‘’ character?

0 Answers  


If errno contains a nonzero number, is there an error?

0 Answers  


How do you generate random numbers in C?

0 Answers  


#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?

3 Answers   Huawei,


What is your favorite subject?

1 Answers   Ericsson, Invendis, Tech Mahindra,


What is the difference between malloc calloc and realloc in c?

0 Answers  


52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?

25 Answers   Datamatics, Solartis, TCS, ThinkBox, Trine,


difference of two no's with out using - operator

7 Answers  


given post order,in order construct the corresponding binary tree

0 Answers   S-Cube, Wipro,


Categories