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

any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

695


What is the Purpose of 'extern' keyword in a function declaration?

654


What is the difference between abs() and fabs() functions?

607


Can you mix old-style and new-style function syntax?

664


Can I initialize unions?

594






What is a file descriptor in c?

562


What is derived datatype in c?

637


Are the variables argc and argv are local to main?

789


How can I use a preprocessorif expression to ?

601


What is the ANSI C Standard?

780


What is a pointer and how it is initialized?

609


What are the advantages of using Unions?

642


What is the use of parallelize in spark?

576


What does c mean in standard form?

599


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

646