Write a program to print prime nums from 1-20 using c
programing?
Answer Posted / ricky dobriyal
sorry for above output mistake:
output :1 2 5 7 11 13 17 19
| Is This Answer Correct ? | 21 Yes | 17 No |
Post New Answer View All Answers
What are the types of arrays in c?
What does %p mean c?
How can I get the current date or time of day in a c program?
Explain why C language is procedural?
What are the types of type specifiers?
What does d mean?
Do you know what are bitwise shift operators in c programming?
How to create struct variables?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
explain what is an endless loop?
Explain zero based addressing.
What tq means in chat?
What are the types of data files?
What functions are in conio h?
What do you mean by Recursion Function?