what is the function of void main()?

Answer Posted / sonia

it shows the beginning of the program n this function is
called by the complier.here void means main()wont return any
value.

Is This Answer Correct ?    7 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does int main () mean?

539


Tell me what are bitwise shift operators?

650


Why does the call char scanf work?

611


Does c have class?

608


What should malloc(0) do?

608






Explain c preprocessor?

678


Define and explain about ! Operator?

611


How the c program is executed?

624


Explain what is wrong in this statement?

630


What is calloc()?

623


How many data structures are there in c?

609


Is c still relevant?

635


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1473


What is c programming structure?

614


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

1672