What is meaning of "Void main" in C Language.

Answer Posted / sonali panda

The main function does not return any information to the
operating system.

Is This Answer Correct ?    187 Yes 61 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the properties of union in c?

600


Why functions are used in c?

599


What is the difference between the = symbol and == symbol?

632


How do you search data in a data file using random access method?

849


How are pointers declared in c?

606






What is the purpose of realloc()?

681


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1633


hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel

1421


What is cohesion and coupling in c?

599


Explain how can I prevent another program from modifying part of a file that I am modifying?

650


What do you mean by scope of a variable in c?

556


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

1912


What is difference between far and near pointers?

620


What is the difference between int main and void main in c?

601


a program that can input number of records and can view it again the record

1494