Amit Tyagi
Answered On : Jan 29th, 2006
(A)
Login to rate this answer.
laxmikanth
Answered On : Feb 10th, 2006
main can be written any where in the program.To be frank main is a user defined word and it is a platform to call any function.

1 User has rated as useful.
Login to rate this answer.
Abhishek
Answered On : Feb 18th, 2006
i think main is a library function and not a user defined function however it can be placed anywhere.

1 User has rated as useful.
Login to rate this answer.
bairaviuthra
Answered On : Jun 19th, 2007
Its not a must that main must the first function to be written but it is the first function executed.

1 User has rated as useful.
Login to rate this answer.
perfectly speaking main() is a fun in which all the program exists so A. THE FIRSTFUN IN THE PROGRAM . IS THE RIGHT ANSWER
Login to rate this answer.
ans:D)any where in the pgm
Becoz after the main only the execution starts.

1 User has rated as useful.
Login to rate this answer.
Main is the Only function that will execute at the start, so it doesnt matter where ever the main can be placed. But there can't be any other function inside main function...

1 User has rated as useful.
Login to rate this answer.
Karthkeyan
Answered On : Apr 20th, 2012
Any where in the program
Login to rate this answer.
neha singh
Answered On : Nov 20th, 2012
D. Any where in the program.
Login to rate this answer.