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

write a program fibonacci series and palindrome program in c

0 Answers   Aditi Placement Service,


how to print a statement in c without use of console statement ,with the help of if statement it should print

2 Answers   Satyam,


how logic is used

0 Answers  


f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

7 Answers   Hughes,


What are the disadvantages of a shell structure?

0 Answers  






How will you allocate memory to double a pointer?

1 Answers  


What does s c mean in text?

0 Answers  


How can I trap or ignore keyboard interrupts like control-c?

0 Answers  


What is the difference between void main and main in c?

0 Answers  


i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);

8 Answers   HCL,


Can a pointer be static?

0 Answers  


what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it

5 Answers   DIT,


Categories