what is the function of void main()?

Answer Posted / bunny

It marks the beginning of the main body of the program and
also ensures that it is properly executed. Basically, void
main() creates the base for the program.

Is This Answer Correct ?    10 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

668


Why is c called "mother" language?

857


What is identifiers in c with examples?

677


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

657


Is printf a keyword?

762






Explain about block scope in c?

661


Why we use void main in c?

597


What are the basic data types associated with c?

818


In which layer of the network datastructure format change is done

1433


Explain how are portions of a program disabled in demo versions?

655


Why is c called c not d or e?

615


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

3982


Describe wild pointers in c?

640


What are the different data types in C?

729


What is logical error?

605