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
How does sizeof know array size?
Write a program to reverse a string.
What is a far pointer in c?
Difference between malloc() and calloc() function?
Describe the modifier in c?
What is the difference between a function and a method in c?
What is the difference between the expression “++a” and “a++”?
cavium networks written test pattern ..
Are bit fields portable?
Is a house a shell structure?
Define recursion in c.
Why is this loop always executing once?
Which is more efficient, a switch statement or an if else chain?
How can I convert a number to a string?
What are data structures in c and how to use them?