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.
2079Define 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 5149
Is it cc or c in a letter?
What are the types of variables in c?
What is wrong with this statement? Myname = 'robin';
Is flag a keyword in c?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
How do I use void main?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Linked lists -- can you tell me how to check whether a linked list is circular?
How can I change their mode to binary?
What does %p mean c?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What are different types of pointers?
What does %d do?
What is a void pointer in c?
Why can't I perform arithmetic on a void* pointer?