Write a program to print prime nums from 1-20 using c
programing?
Answer Posted / binati mishra
prime number 1 to 20:
1 2 3 5 7 11 13 17 19
| Is This Answer Correct ? | 31 Yes | 17 No |
Post New Answer View All Answers
How are 16- and 32-bit numbers stored?
What is derived datatype in c?
What is the difference between array and pointer in c?
What is the difference between abs() and fabs() functions?
There seem to be a few missing operators ..
What are terms in math?
What does 1f stand for?
Why main is not a keyword in c?
What is graph in c?
Differentiate abs() function from fabs() function.
What is calloc in c?
What is the purpose of the statement: strcat (S2, S1)?
Why is extern used in c?
Define C in your own Language.
What are identifiers in c?