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

Answer Posted / pravin kumar

void main is main functio in c language where :-
= void means no return of any value.
= main is the function from which a program starts its
execution.whithout main(),program can compile but not run.

both the function are used to execute the program.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is #error and use of it?

682


What are local static variables?

624


What is maximum size of array in c?

588


What is the use of define in c?

602


p*=(++q)++*--p when p=q=1 while(q<=6)

1272






What is the difference between struct and union in C?

580


What does 3 periods mean in texting?

604


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

2729


Explain what is the benefit of using an enum rather than a #define constant?

728


What is masking?

641


What is sizeof int?

641


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

1895


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

727


Explain how do you determine a file’s attributes?

599


Is a pointer a kind of array?

602