What is meaning of "Void main" in C Language.
Answers were Sorted based on User's Feedback
Answer / kiruthika
viod is a return type which does not return any value after
execution.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / 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 |
Answer / ashturkar sameer
void main means does not return valu at exicution time
mens return (0)
| Is This Answer Correct ? | 27 Yes | 31 No |
Answer / sameer ashturkar
void means simply it's return zero(0)
| Is This Answer Correct ? | 23 Yes | 30 No |
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
An array name contains base address of the array. Can we change the base address of the array?
What is a ternary operator in c?
What are the standard predefined macros?
find the sum of two matrices and WAP for it.
What is a class c rental property?
Explain the difference between exit() and _exit() function?
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
what is the difference between const char *p, char const *p, const char* const p
5 Answers Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
Explain Function Pointer?