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 5152
What is the full form of getch?
What is the role of && operator in a program code?
What is a program flowchart and explain how does it help in writing a program?
Explain high-order bytes.
There seem to be a few missing operators ..
How can a program be made to print the name of a source file where an error occurs?
How do you view the path?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is the difference between Printf(..) and sprint(...) ?
List some applications of c programming language?
Is it better to use malloc() or calloc()?
Explain how do you sort filenames in a directory?
Can you write the function prototype, definition and mention the other requirements.
What is function prototype in c language?
Define VARIABLE?