write the program for prime numbers?
Answer Posted / vasanth
This program is to check a given number is prime or not
(or) list the prime numbers in a given no.
For example, the user enter the no is 50. the program is
list the prime numbers in 50.
| Is This Answer Correct ? | 402 Yes | 262 No |
Post New Answer View All Answers
Where we use clrscr in c?
Why is sizeof () an operator and not a function?
Here is a good puzzle: how do you write a program which produces its own source code as output?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is the use of define in c?
What is the maximum length of an identifier?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What are the different types of control structures in programming?
What is sizeof return in c?
What is the difference between the expression “++a” and “a++”?
What is volatile variable in c?
What are the application of c?
What are the 3 types of structures?
What is main () in c language?
Can include files be nested? How many levels deep can include files be nested?