write the program for prime numbers?

Answer Posted / tayyab ali

write the program to print prime numbers from 1 to 1000?

Is This Answer Correct ?    16 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between structure and union in c?

558


How do you use a pointer to a function?

646


Explain how do you determine whether to use a stream function or a low-level function?

642


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

1596


Explain what is the most efficient way to store flag values?

705






By using C language input a date into it and if it is right?

587


Why is main function so important?

626


What is pragma c?

630


What is getche() function?

621


What are the restrictions of a modulus operator?

645


How do I convert a string to all upper or lower case?

637


What is a 'null pointer assignment' error?

733


How do c compilers work?

621


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1502


How do I create a directory? How do I remove a directory (and its contents)?

613