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
What is the difference between a function and a method in c?
Dont ansi function prototypes render lint obsolete?
What is C language ?
How do you search data in a data file using random access method?
What is the best organizational structure?
Explain the advantages and disadvantages of macros.
How can my program discover the complete pathname to the executable from which it was invoked?
How can I write a function analogous to scanf?
What are the data types present in c?
What is merge sort in c?
What is the use of function in c?
How can you return multiple values from a function?
code for find determinent of amatrix
Is c is a high level language?
How can you increase the size of a dynamically allocated array?