What is meaning of "Void main" in C Language.
Answer Posted / sneh pranjal
Main() is the function from which a c program starts its execution.And every function returns some value after its execution.
So it important in most of the C program.If we dont need any return type we declare a function starting with void.
Means void is a return type.void means not returning any thing.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What is merge sort in c?
What is register variable in c language?
Why main is used in c?
Explain a file operation in C with an example.
What is the process to generate random numbers in c programming language?
What are the rules for the identifier?
How are pointers declared in c?
What is array in C
What is c language and why we use it?
What are the usage of pointer in c?
What are integer variable, floating-point variable and character variable?
What are loops c?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Under what circumstances does a name clash occur?