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
What are the different types of objects used in c?
What is the difference between #include
int far *near * p; means
What is 2 d array in c?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What standard functions are available to manipulate strings?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Why is event driven programming or procedural programming, better within specific scenario?
When is a void pointer used?
What is a node in c?
How many levels of pointers can you have?
What is new line escape sequence?
What is a const pointer?
Combinations of fibanocci prime series
Why do we use c for the speed of light?