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
What is infinite loop?
Explain why can’t constant values be used to define an array’s initial size?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is dynamic dispatch in c++?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What does the c in ctime mean?
Can you explain the four storage classes in C?
Why do we use pointer to pointer in c?
Why do we use return in c?
Do character constants represent numerical values?
write a programming in c to find the sum of all elements in an array through function.
When should the volatile modifier be used?
Are comments included during the compilation stage and placed in the EXE file as well?
How can I make it pause before closing the program output window?
Explain how to reverse singly link list.