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
Can one function call another?
Explain about block scope in c?
how can use subset in c program and give more example
Is there a way to switch on strings?
What is bss in c?
What is build process in c?
how can f be used for both float and double arguments in printf? Are not they different types?
What is nested structure?
What is difference between union and structure in c?
Is c procedural or object oriented?
What is quick sort in c?
What is the process to generate random numbers in c programming language?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Differentiate fundamental data types and derived data types in C.
When should the const modifier be used?