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 are external variables in c?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What does a function declared as pascal do differently?
What is the use of function in c?
What is the use of f in c?
What do you mean by invalid pointer arithmetic?
Why is c not oop?
How can you call a function, given its name as a string?
What are the different properties of variable number of arguments?
What are the main characteristics of c language describe the structure of ac program?
When can a far pointer be used?
What is double pointer in c?
Can we access the array using a pointer in c language?
Differentiate fundamental data types and derived data types in C.
What are control structures? What are the different types?