What is meaning of "Void main" in C Language.

Answer Posted / mohit giri

void main() is a main function in c language.void means
nothing return any value.this function is used to execute our
program.without main(), program can compile but not run.

Is This Answer Correct ?    40 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Simplify the program segment if X = B then C ← true else C ← false

2579


What library is sizeof in c?

567


Is the exit() function same as the return statement? Explain.

656


What is meant by gets in c?

604


What is cohesion and coupling in c?

587






Explain bitwise shift operators?

627


Differentiate between a structure and a union.

756


Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

1011


What is the purpose of the statement: strcat (S2, S1)?

638


How many keywords are there in c?

586


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

584


What is the most efficient way to store flag values?

683


What is static memory allocation? Explain

627


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

1924


Explain what are global variables and explain how do you declare them?

635