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
What is the value of h?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is static memory allocation? Explain
Why should I use standard library functions instead of writing my own?
Can we use any name in place of argv and argc as command line arguments?
Which is more efficient, a switch statement or an if else chain?
What is the need of structure in c?
Tell me about low level programming languages.
What is difference between structure and union in c?
How will you write a code for accessing the length of an array without assigning it to another variable?
Explain low-order bytes.
What is structure in c definition?
What is build process in c?
Why c is faster than c++?
Explain the binary height balanced tree?