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.
1 2137Define 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 5254
How can I implement sets or arrays of bits?
swap 2 numbers without using third variable?
Do you know the difference between malloc() and calloc() function?
develop algorithms to add polynomials (i) in one variable
ATM machine and railway reservation class/object diagram
write a progrmm in c language take user interface generate table using for loop?
write a c program to find the sum of five entered numbers using an array named number
will u please send me the placement papers to my mail???????????????????
What is pointers in c with example?
How do you convert strings to numbers in C?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is pointer to pointer in c with example?
Explain the difference between null pointer and void pointer.