Write a program to print prime nums from 1-20 using c
programing?
Answer Posted / ritu
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is c definition?
What is a constant and types of constants in c?
Why pointers are used in c?
Explain what are binary trees?
What is d scanf?
How can I prevent another program from modifying part of a file that I am modifying?
What is array of structure in c?
How do you print only part of a string?
How can I send mail from within a c program?
How many levels of pointers have?
What is an example of structure?
What is scanf_s in c?
Difference between pass by reference and pass by value?
Does c have circular shift operators?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......