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 what standard functions are available to manipulate strings?
#include
What are the __date__ and __time__ preprocessor commands?
What is the difference between array and linked list in c?
What is clrscr ()?
Explain built-in function?
What is pointer to pointer in c with example?
In a byte, what is the maximum decimal number that you can accommodate?
how to introdu5ce my self in serco
What are pointers really good for, anyway?
What does malloc () calloc () realloc () free () do?
Why is a semicolon (;) put at the end of every program statement?
how can I convert a string to a number?
What is the use of printf() and scanf() functions?
What is the difference between int main and void main?