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

Answer Posted / piyush mani tiwari

The meaning of void is nothing thats why when the function
cant return any value than at that time we declair it as a void
void main means main does not return any value

Is This Answer Correct ?    133 Yes 34 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I find out if there are characters available for reading?

642


What is modifier & how many types of modifiers available in c?

604


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1492


Why should I prototype a function?

631


What does return 1 means in c?

581






State two uses of pointers in C?

636


What are the 3 types of structures?

568


What are all different types of pointers in c?

572


What is 2 d array in c?

552


How can a number be converted to a string?

595


What are the different types of errors?

638


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2738


Explain pointer. What are function pointers in C?

625


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

1646


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

1369