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
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Are global variables static in c?
what value is returned to operating system after program execution?
What is 2c dna?
What is c mainly used for?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What does 3 periods mean in texting?
What is clrscr ()?
Is c easy to learn?
Do array subscripts always start with zero?
If errno contains a nonzero number, is there an error?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Write a factorial program using C.
Where is volatile variable stored?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)