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 is the use of function in c?
What is hash table in c?
How many types of operator or there in c?
What are volatile variables in c?
Difference between pass by reference and pass by value?
What is data types?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is the most efficient way to store flag values?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Is c procedural or object oriented?
Is c procedural or functional?
Explain the difference between getch() and getche() in c?
Is c pass by value or reference?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What is the explanation for the dangling pointer in c?