RE: Main must be written asA. The first function in the programB. Second function in the programC. Last function in the programD. Any where in the program
perfectly speaking main() is a fun in which all the program exists so A. THE FIRSTFUN IN THE PROGRAM . IS THE RIGHT ANSWER
RE: Main must be written asA. The first function in the programB. Second function in the programC. Last function in the programD. Any where in the program
ans:D)any where in the pgm Becoz after the main only the execution starts.