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


Please Help Members By Posting Answers For Below Questions

How can you convert integers to binary or hexadecimal?

622


Why is structure important for a child?

605


Explain what is page thrashing?

613


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

3505


What is abstract data structure in c?

533






What is the explanation for modular programming?

689


What does the file stdio.h contain?

608


Can we compile a program without main() function?

637


Which driver is a pure java driver

996


How is a null pointer different from a dangling pointer?

561


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

735


What are the 4 types of unions?

613


What is 02d in c?

639


Explain null pointer.

624


Find MAXIMUM of three distinct integers using a single C statement

628