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 with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Explain the difference between getch() and getche() in c?
How can I swap two values without using a temporary?
What is the function of multilevel pointer in c?
Why structure is used in c?
What is the best way to store flag values in a program?
What are the data types present in c?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What is a program?
What are linker error?
How do I determine whether a character is numeric, alphabetic, and so on?
Explain About fork()?
What is 02d in c?
What is pointer and structure in c?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)