Write a program to display all the prime nos from 1 to
1000000, your code should not take time more than a minute
to display all the nos.
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to find the sum of five entered numbers using an array named number
What are qualifiers and modifiers c?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
which of 'arrays' or 'pointers' are faster?
how to compare two strings without using strcmp() function??
What is the correct code to have following output in c using nested for loop?
What is the difference between abs() and fabs() functions?
can we store values and addresses in the same array? explain
What are the languages are portable and platform independent?Why they are like that?
define switch statement?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
In which area global, external variables are stored?