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
Difference between linking and loading?
My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.
What is function prototype in c with example?
What is switch in c?
what is the code to display color fonts in the output?
What are the different types of control structures?
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
how to find sum of 5 digits in C?
What are the different types of data structures in c?
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
what is the function of void main()?
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986