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
what is the use of using linked list and array?
why TCS selected more student in the software field from all institution.
What is the difference between test design and test case design?
how can i sort numbers from ascending order and descending order using turbo c..
Which header file is essential for using strcmp function?
What are the types of assignment statements?
How to reverse a string using a recursive function, with swapping?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
what is printf
Explain that why C is procedural?
Can you pass an entire structure to functions?