main is a predefined or user define function
if user defined why?
if predefined whay?

Answer Posted / s.s.venkatesh

the main() is a predefined function because we can't change
the name of the function or characterstics of the function.

If the function is user defined means we can change the
name of the function as we wish.

So,the main() is a predefined function.

Is This Answer Correct ?    20 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1433


How many header files are in c?

558


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

774


What are 'near' and 'far' pointers?

624


What is the difference between union and structure in c?

581






Is a house a shell structure?

699


What are different storage class specifiers in c?

623


Which is better pointer or array?

606


What is operator precedence?

647


which is an algorithm for sorting in a growing Lexicographic order

1401


Explain can the sizeof operator be used to tell the size of an array passed to a function?

599


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2273


How do I create a directory? How do I remove a directory (and its contents)?

609


What is the difference between scanf and fscanf?

669


What is a function in c?

577