Main must be written as
a.the first function in the program
b.Second function in the program
c.Last function in the program
d.any where in the program

Answer Posted / maskfriend

d.any where in the program. but it should declare after the
declaration of veriable where it starts execution of the
program

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are derived data types in c?

612


largest Of three Number using without if condition?

1009


Differentiate between a structure and a union.

768


Stimulate calculator using Switch-case-default statement for two numbers

2449


Which is better oop or procedural?

635






What does s c mean on snapchat?

589


How can I invoke another program or command and trap its output?

619


What is #line used for?

583


what are # pragma staments?

1631


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

1741


What are local static variables? How can you use them?

648


What is a structure and why it is used?

621


Explain how do you print an address?

659


What are header files? What are their uses?

640


What is derived datatype in c?

638