i want to asked a question about c program the question is:
create a c program that displays all prime numbers less than
500? using looping statement
Answer Posted / vadivelt
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can you increase the allowable number of simultaneously open files?
Explain what is the benefit of using const for declaring constants?
What is FIFO?
What is a stream?
Why is event driven programming or procedural programming, better within specific scenario?
Differentiate call by value and call by reference?
What is the advantage of a random access file?
What does %d do in c?
What is the size of a union variable?
Explain what is the advantage of a random access file?
What is string function in c?
Describe newline escape sequence with a sample program?
Write a program of prime number using recursion.
Can variables be declared anywhere in c?
What are the restrictions of a modulus operator?