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 5148
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What is %d used for?
What are structure members?
Are the outer parentheses in return statements really optional?
what do you mean by inline function in C?
What is the use of extern in c?
How can I recover the file name given an open stream?
What is null pointer in c?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Is there a way to compare two structure variables?
What are the uses of a pointer?
p*=(++q)++*--p when p=q=1 while(q<=6)
How can I call fortran?
How can I manipulate strings of multibyte characters?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles