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
Why calloc is better than malloc?
How do you define a function?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Subtract Two Number Without Using Subtraction Operator
What is a program flowchart and explain how does it help in writing a program?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
How would you rename a function in C?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Which is best linux os?
Should I learn c before c++?
Which header file is essential for using strcmp function?
What is function in c with example?
What is const and volatile in c?
What is the process to create increment and decrement stamen in c?
What are the salient features of c languages?