Write a program to print all the prime numbers with in the
given range
Answer Posted / vaibhav
need to check only odd no.s in the given range....this'll
dec. time complexity to some extent..
| Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
Explain main function in c?
Explain pointer. What are function pointers in C?
Why flag is used in c?
Why do we use pointer to pointer in c?
Is that possible to store 32768 in an int data type variable?
Can we initialize extern variable in c?
Explain what standard functions are available to manipulate strings?
What is the purpose of ftell?
write a program to find the given number is prime or not
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is NULL pointer?
What are keywords in c with examples?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What is c basic?
What is the need of structure in c?