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
Was 2000 a leap year?
Explain how do you generate random numbers in c?
What is the code in while loop that returns the output of given code?
How are strings stored in c?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Write a program to print ASCII code for a given digit.
What is the difference between typedef struct and struct?
What is malloc and calloc?
What is variables in c?
What is the difference between arrays and pointers?
Explain the difference between null pointer and void pointer.
what is uses of .net
What is hungarian notation? Is it worthwhile?
Are there namespaces in c?
What is the use of clrscr?