What is meaning of "Void main" in C Language.
Answer Posted / bharti
As name imlies main() is a function ,where the exection of
a program srart. when we use simply main() that by dafault
return int value and we use void main(),that return
nothing but when we use int main()that retun value
according to our program
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
How do you generate random numbers in C?
What are different types of pointers?
Is c is a high level language?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is the acronym for ansi?
What does int main () mean?
how to build a exercise findig min number of e heap with list imlemented?
How pointers are declared?
What is the maximum length of an identifier?
What is volatile keyword in c?
What are the types of data files?
Why we use stdio h in c?
What is array of pointers to string?
What is this pointer in c plus plus?