What is meaning of "Void main" in C Language.
Answer Posted / ashturkar sameer
void main means does not return valu at exicution time
mens return (0)
| Is This Answer Correct ? | 27 Yes | 31 No |
Post New Answer View All Answers
How can I get the current date or time of day in a c program?
Is file a keyword in c?
What is memory leak in c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
Write a program to print numbers from 1 to 100 without using loop in c?
Is it better to use malloc() or calloc()?
What is the difference between #include and #include 'file' ?
What is difference between constant pointer and constant variable?
What is huge pointer in c?
When should structures be passed by values or by references?
Explain how can you determine the size of an allocated portion of memory?
how is the examination pattern?
Explain that why C is procedural?
How arrays can be passed to a user defined function
How does struct work in c?