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 data type long in c?
Write a program on swapping (100, 50)
How can I find out the size of a file, prior to reading it in?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is build process in c?
In c language can we compile a program without main() function?
how can use subset in c program and give more example
What's the total generic pointer type?
What is the difference between ++a and a++?
What is void c?
What are static variables in c?
What is a c token and types of c tokens?
Multiply an Integer Number by 2 Without Using Multiplication Operator
Explain the array representation of a binary tree in C.
What is a structure and why it is used?