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.
2125Define a structure to store the record of library. The record must consist of at least following fields: Title, Author, Edition, Price, Publisher, and Category. -Define functions authorSearch ( ), TitleSearch ( ) and CategorySearch ( ) to search a book with respect to author, title and category. [There can be more than one book, written by one author, in one category]
2 5228
how to construct a simulator keeping the logical boolean gates in c
What is meant by inheritance?
What is default value of global variable in c?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What is the maximum length of an identifier?
What does %p mean?
What is a keyword?
What are # preprocessor operator in c?
what type of questions arrive in interview over c programming?
what is recursion in C
What is difference between structure and union in c programming?
Why is c platform dependent?
How is actual parameter different from the formal parameter?
Explain 'far' and 'near' pointers in c.
Why void main is used in c?