what is the function of void main()?

Answer Posted / khemnath chauhan

void main()
//this function indicate the starting of the program furthur
tells that it has non return value.

Is This Answer Correct ?    40 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between Printf(..) and sprint(...) ?

778


Explain the difference between strcpy() and memcpy() function?

584


Is null equal to 0 in sql?

644


what are the 10 different models of writing an addition program in C language?

1434


Explain the difference between #include "..." And #include <...> In c?

621






Do pointers take up memory?

650


What is the purpose of 'register' keyword?

683


Why ca not I do something like this?

583


Are the expressions * ptr ++ and ++ * ptr same?

661


How do I get a null pointer in my programs?

612


What is putchar() function?

628


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

760


What are the different types of errors?

635


Explain is it valid to address one element beyond the end of an array?

727


What is a constant?

626