Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / vikas kumar

Void is a return type of the main function void means not
returning any thing.....and
Main() is the function from which a c program starts its
execution

Means void is a return type...
if we want int,char,float..return type then void main we
even can write
int main()
char main()
float main()
If we dont need any return type we declare a function
starting with void.
And every function returns some value after its execution.

Is This Answer Correct ?    111 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between struct and union in C?

1391


How do I convert a string to all upper or lower case?

1175


what is the difference between 123 and 0123 in c?

1278


What is fflush() function?

1192


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1487


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

1322


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

2225


Write a c program to demonstrate character and string constants?

2248


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1481


write a c program for swapping two strings using pointer

2692


Are pointers integer?

1079


What is difference between && and & in c?

1159


Explain Function Pointer?

1244


How many parameters should a function have?

1256


Why header file is used in c?

1164