what is the function of void main()?

Answer Posted / anu

void main() is a function. It is used in a program when a
function has no return value.

Is This Answer Correct ?    19 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an array in c?

589


What do you mean by dynamic memory allocation in c? What functions are used?

644


What do you mean by a local block?

623


Why is C language being considered a middle level language?

648


Is c weakly typed?

569






Is null valid for pointers to functions?

601


What is the difference between int main and void main in c?

589


What does dm mean sexually?

806


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

705


How does selection sort work in c?

613


Differentiate Source Codes from Object Codes

809


Explain what will the preprocessor do for a program?

591


Difference between Shallow copy and Deep copy?

1562


Can we access array using pointer in c language?

638


What are types of structure?

600