What is meaning of "Void main" in C Language.
Answer Posted / sanjay pal
void main is necessary for every program.from this line
onward the program body starts.
before main there is a word void this means main return
nothing so parentheses() follwing main are also requrid
main is treated as a function in c and c++.
| Is This Answer Correct ? | 18 Yes | 5 No |
Post New Answer View All Answers
Explain what are compound statements?
What are enumerated types?
The statement, int(*x[]) () what does in indicate?
Is c pass by value or reference?
What is a lvalue
What is double pointer?
What is the use of volatile?
Is main a keyword in c?
What will the preprocessor do for a program?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Should I learn data structures in c or python?
How can variables be characterized?
How can a string be converted to a number?
What are multidimensional arrays?
Was 2000 a leap year?