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

An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee

2 Answers  


Which is the memory area not included in C program? give the reason

0 Answers   IBM, TCS,


What is the best way to comment out a section of code that contains comments?

0 Answers  


when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .

4 Answers  


struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?

1 Answers   Wipro,






how to do in place reversal of a linked list(singly or doubly)?

3 Answers  


Write a program to generate random numbers in c?

0 Answers  


how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y

2 Answers   TCS, Tech Synergy,


post new interiew question and aptitude test papers

1 Answers  


Explain 'bus error'?

0 Answers  


Explain function?

0 Answers  


Can we assign integer value to char in c?

0 Answers  


Categories