Answer Posted / raj
main() is the enty point of all the application ,and is the
special function because it is invoked by the OS
routines,through this function we can call any function.So
every application must contain main() function.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
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.
Implement bit Array in C.
What is double pointer?
What are header files and what are its uses in C programming?
How does selection sort work in c?
number of times a digit is present in a number
What is difference between %d and %i in c?
What are the types of operators in c?
Explain b+ tree?
What are header files why are they important?
can anyone please tell about the nested interrupts?
Why functions are used in c?
program to convert a integer to string in c language'
how many errors in c explain deply
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10