What is meaning of "Void main" in C Language.
Answer Posted / rohit
void mean no return type. and main does not return any value so we use void main .
| Is This Answer Correct ? | 73 Yes | 23 No |
Post New Answer View All Answers
What are the types of i/o functions?
What does typedef struct mean?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What is FIFO?
Why is c called a mid-level programming language?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is pivot in c?
What is a 'null pointer assignment' error?
What are the advantages of using linked list for tree construction?
Why is this loop always executing once?
What is the main difference between calloc () and malloc ()?
Why we use int main and void main?
write a programming in c to find the sum of all elements in an array through function.
What is string constants?
What is the difference between union and anonymous union?