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 / manju

d.any where in the program
because the execution of a program begins from the main
function.it doesn't consider the place where the main
function written.

Is This Answer Correct ?    16 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should volatile modifier be used?

549


What do you mean by keywords in c?

620


What is the use of pointers in C?

612


What is meant by realloc()?

668


WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER

1455






If the size of int data type is two bytes, what is the range of signed int data type?

581


What are structure types in C?

660


What are pointers really good for, anyway?

609


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

639


What is getch() function?

643


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

613


What is a const pointer?

628


Why static variable is used in c?

548


what value is returned to operating system after program execution?

1597


what do you mean by inline function in C?

607